Changeset 507 for trunk/index.php
- Timestamp:
- Feb 15, 2013, 10:12:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r505 r507 28 28 $UnionItems = array(); 29 29 $DbResult = $System->Database->query($GroupListQuery); 30 if($DbResult->num_rows > 0) 31 { 30 32 while($DbRow = $DbResult->fetch_assoc()) 31 33 { … … 51 53 } 52 54 $Output .= '</table>'; 55 } 53 56 return($Output); 54 57 }
Note:
See TracChangeset
for help on using the changeset viewer.