Closed GoogleCodeExporter closed 8 years ago
solution
edit: edit-file.php
find this line:
$cq = "SELECT id, name, level FROM tbl_users";
replace by this line:
$cq = "SELECT id, name, level FROM tbl_users ORDER BY name ASC";
Original comment by access_c...@hotmail.com
on 19 May 2013 at 2:17
This issue was closed by revision r531.
Original comment by i...@subwaydesign.com.ar
on 7 Mar 2014 at 8:04
Original issue reported on code.google.com by
access_c...@hotmail.com
on 19 May 2013 at 2:14