minor sort added in in-group users list
git-svn-id: svn://192.168.202.10@1547 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -22339,7 +22339,7 @@ if ($ADD==3111)
|
||||
echo "<TABLE width=600 cellspacing=3>\n";
|
||||
echo "<tr><td>USER</td><td>SELECTED</td><td> RANK</td><td> CALLS TODAY</td></tr>\n";
|
||||
|
||||
$stmt="SELECT user,full_name,closer_campaigns from vicidial_users where active='Y';";
|
||||
$stmt="SELECT user,full_name,closer_campaigns from vicidial_users where active='Y' order by user;";
|
||||
$rsltx=mysql_query($stmt, $link);
|
||||
$users_to_print = mysql_num_rows($rsltx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user