mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
Bugfix of bugfix ClearSqlCache TIMESTAMPDIFF
This commit is contained in:
parent
8c1eb6c3cc
commit
d41745ceda
@ -7415,7 +7415,7 @@ function ClearSqlCache($shortcode, $seconds = 0)
|
|||||||
if($seconds > 0) {
|
if($seconds > 0) {
|
||||||
$this->app->DB->Delete(
|
$this->app->DB->Delete(
|
||||||
sprintf(
|
sprintf(
|
||||||
"DELETE FROM sqlcache WHERE shortcode = 'artikel' AND TIMESTAMPDIFF(SECOND,zeitstempel, NOW()) > %d",
|
"DELETE FROM sqlcache WHERE shortcode = '%s' AND TIMESTAMPDIFF(SECOND,zeitstempel, NOW()) > %d",
|
||||||
$this->app->DB->real_escape_string($shortcode), $seconds
|
$this->app->DB->real_escape_string($shortcode), $seconds
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user