money deposit list

This commit is contained in:
Ricsi
2017-01-26 21:00:05 +01:00
parent 38d0a2657b
commit d7022d9ae4
3 changed files with 56 additions and 1 deletions

View File

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