20161230
sql delete replaced by delete flag log list (simple), log categories minor bug fixes in css
This commit is contained in:
@@ -17,7 +17,7 @@ else {
|
||||
|
||||
# PÓLÓ LISTA
|
||||
|
||||
$shirt_query = "SELECT * FROM shirt ORDER BY shirt_name ASC";
|
||||
$shirt_query = "SELECT * FROM shirt WHERE shirt_deleted = 0 ORDER BY shirt_name ASC";
|
||||
$shirt_assoc_array = $sql->assoc_array($shirt_query);
|
||||
|
||||
$smarty->assign('shirt_assoc_array',$shirt_assoc_array);
|
||||
|
||||
Reference in New Issue
Block a user