Changeset 55 for www/index.php


Ignore:
Timestamp:
Feb 24, 2008, 9:29:06 PM (16 years ago)
Author:
george
Message:

Doplnění údajů.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/index.php

    r35 r55  
    132132// Zobrazení seznamu neplaticich uzivatelu
    133133echo('<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');
    135135while($Row = $DbResult->fetch_array())
    136136{
Note: See TracChangeset for help on using the changeset viewer.