mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Deprecated function cleanup
This commit is contained in:
@@ -444,7 +444,7 @@ class e_admin_log
|
||||
global $sql;
|
||||
if ($days == false)
|
||||
{ // $days is false, so truncate the log table
|
||||
$sql->db_Select_gen("TRUNCATE TABLE #dblog ");
|
||||
$sql->gen("TRUNCATE TABLE #dblog ");
|
||||
}
|
||||
else
|
||||
{ // $days is set, so remove all entries older than that.
|
||||
|
Reference in New Issue
Block a user