Changeset 282 for trunk/client/modules/Elezioni/rss.php
- Timestamp:
- Apr 21, 2019, 9:46:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/rss.php
r265 r282 160 160 161 161 162 $gruppinum= mysql_num_rows($res);162 $gruppinum=$res->fetch(PDO::FETCH_NUM); 163 163 $altrivoti=0; 164 164 while (list($id,$num,$descrizione,$voti) = $res->fetch(PDO::FETCH_NUM)){
Note:
See TracChangeset
for help on using the changeset viewer.