Changeset 55 for www/index.php
- Timestamp:
- Feb 24, 2008, 9:29:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/index.php
r35 r55 132 132 // Zobrazení seznamu neplaticich uzivatelu 133 133 echo('<strong>Dlužníci:</strong><br><span style="font-size: smaller;">'); 134 $DbResult = $Database->select('users', 'CONCAT(second_name, " ", first_name) as fullname', 'cash<0 ORDER BY cash');134 $DbResult = $Database->select('users', 'CONCAT(second_name, " ", first_name) as fullname', 'cash<0 AND role=2 ORDER BY cash'); 135 135 while($Row = $DbResult->fetch_array()) 136 136 {
Note:
See TracChangeset
for help on using the changeset viewer.