mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixed table name
This commit is contained in:
parent
45121ffbf3
commit
e3812d2a7c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
if (!empty($CFG->cachetext)) { // Defined in config.php
|
if (!empty($CFG->cachetext)) { // Defined in config.php
|
||||||
$cachelifetime = time() - $CFG->cachetext;
|
$cachelifetime = time() - $CFG->cachetext;
|
||||||
delete_records_select("text_cache", "timemodified < '$cachelifetime'");
|
delete_records_select("cache_text", "timemodified < '$cachelifetime'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue