20161230
sql delete replaced by delete flag log list (simple), log categories minor bug fixes in css
This commit is contained in:
@@ -14,7 +14,7 @@ else {
|
||||
|
||||
# RÉGIÓ LISTA
|
||||
|
||||
$reg_query = "SELECT * FROM region ORDER BY reg_name ASC";
|
||||
$reg_query = "SELECT * FROM region WHERE reg_deleted = 0 ORDER BY reg_name ASC";
|
||||
$reg_assoc_array = $sql->assoc_array($reg_query);
|
||||
|
||||
$smarty->assign('reg_assoc_array',$reg_assoc_array);
|
||||
|
||||
Reference in New Issue
Block a user