school and school_city class
user edit with parent edit included (ajax) city and school connected overview updated
This commit is contained in:
@@ -14,7 +14,7 @@ else {
|
||||
|
||||
# VÁROS LISTA
|
||||
|
||||
$scc_query = "SELECT * FROM school_city WHERE scc_deleted = 0 ORDER BY scc_city ASC";
|
||||
$scc_query = "SELECT * FROM school_city WHERE scc_deleted = 0 ORDER BY - scc_order DESC, scc_city ASC";
|
||||
$scc_assoc_array = $sql->assoc_array($scc_query);
|
||||
|
||||
$smarty->assign('scc_assoc_array',$scc_assoc_array);
|
||||
|
||||
Reference in New Issue
Block a user