removed all hardcoded table prefixes
This commit is contained in:
parent
98ddfb9c3e
commit
7276af0d32
19 changed files with 89 additions and 89 deletions
2
themes/AdminLTE-2/dist/php/theme.class.php
vendored
2
themes/AdminLTE-2/dist/php/theme.class.php
vendored
|
|
@ -393,7 +393,7 @@ class Theme
|
|||
|
||||
// delete old stats (keep only entries from last 1 day)
|
||||
$ThemeDB->query("
|
||||
DELETE FROM ogp_adminlte_serverstats WHERE current_stamp < DATE_ADD(NOW(), INTERVAL -1 DAY)
|
||||
DELETE FROM ".$ThemeDB->serverStatsTable." WHERE current_stamp < DATE_ADD(NOW(), INTERVAL -1 DAY)
|
||||
");
|
||||
|
||||
return "successfully updated";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue