Changeset 400 for trunk/client/modules/Elezioni/candidato.php
- Timestamp:
- Feb 25, 2024, 3:57:45 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/candidato.php
r342 r400 45 45 echo "<div>[ "; 46 46 $counter = 0; 47 while (list(, $ltr) = each($alfa)) { 47 // while (list(, $ltr) = each($alfa)) { 48 49 foreach ($alfa as $ltr) { 48 50 49 51
Note:
See TracChangeset
for help on using the changeset viewer.