added money delete option

add _developer directorym (ignored)
This commit is contained in:
Ricsi
2017-01-24 22:49:43 +01:00
parent d73e0cce1a
commit bdd04b9cdc
7 changed files with 33 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ if ($this->is_id()) {
}
else {
# BEFIZETÉS LISTA
$mod_query = "SELECT * FROM money_deposit ORDER BY mod_date DESC LIMIT 50;";
$mod_query = "SELECT * FROM money_deposit WHERE mod_deleted = 0 ORDER BY mod_date DESC LIMIT 50;";
$mod_array = array();
$mod_assoc_array = $sql->assoc_array($mod_query);