Changeset 307 for trunk/includes
- Timestamp:
- Jan 31, 2010, 1:50:45 AM (15 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r303 r307 264 264 } 265 265 266 // záznam o aktivitě266 // Záznam o aktivitě 267 267 if(Licence(0) and array_key_exists('REMOTE_ADDR', $_SERVER)) 268 268 $Database->SQLCommand('UPDATE user SET LastIP = "'.$_SERVER['REMOTE_ADDR'].'", LastLogin = NOW() WHERE ID = '.$_SESSION['UserID']); … … 273 273 ShowMainMenu(); 274 274 275 // echo('<br />');275 // echo('<br />'); 276 276 //ShowLoginBox(); 277 277 //echo('<br />'); -
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.