money deposit list
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user