Changeset 163 for www/network/user_hosts.php
- Timestamp:
- Feb 20, 2009, 9:53:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/network/user_hosts.php
r154 r163 17 17 while($Host = $DbResult->fetch_array()) 18 18 { 19 /*20 $DbResult2 = $this->Database->select('users','*, CONCAT(second_name," ",first_name) as fullname','id='.$Host['user']);21 $User = $DbResult2->fetch_array();22 */23 //'<img src="http://wwp.icq.com/scripts/online.dll?icq='.$Row['icq'].'&img=5">'.24 19 if($Host['online'] == 1) $Style = 'font-weight: bold; color: blue;'; else $Style = ''; 25 20 if($Host['IP'] == '') $Host['IP'] = ' ';
Note:
See TracChangeset
for help on using the changeset viewer.