Changeset 307 for trunk/includes/global_function.php
- Timestamp:
- Jan 31, 2010, 1:50:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global_function.php
r304 r307 245 245 246 246 $Result = array(); 247 $DbResult = $Database->SQLCommand('SELECT * FROM `group` ');247 $DbResult = $Database->SQLCommand('SELECT * FROM `group` ORDER BY `name`'); 248 248 while($DbRow = mysql_fetch_assoc($DbResult)) 249 249 {
Note:
See TracChangeset
for help on using the changeset viewer.