Changeset 143 for www/userlist.php
- Timestamp:
- Jan 31, 2009, 10:38:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/userlist.php
r4 r143 5 5 6 6 //echo('<a href="#network">Nastavení sítě</a><br>'); 7 echo('<table border="1" cellspacing="0" cellpadding="2" style="font-size: small;"><tr><th>Jméno u ľivatele</th><th>E-mail</th><th>ICQ</th><th>Telefon</th><th>Počítače</th></tr>');7 echo('<table border="1" cellspacing="0" cellpadding="2" style="font-size: small;"><tr><th>Jméno uživatele</th><th>E-mail</th><th>ICQ</th><th>Telefon</th><th>Počítače</th></tr>'); 8 8 9 $DbResult = $Database->select('users', '*,CONCAT(second_name," ",first_name) as fullname','1ORDER BY fullname');9 $DbResult = $Database->select('users', '*,CONCAT(second_name," ",first_name) as fullname','role=2 ORDER BY fullname'); 10 10 while($User = $DbResult->fetch_array()) 11 11 {
Note:
See TracChangeset
for help on using the changeset viewer.