Fixed table name

This commit is contained in:
moodler 2004-02-09 13:12:46 +00:00
parent 45121ffbf3
commit e3812d2a7c

View file

@ -101,7 +101,7 @@
if (!empty($CFG->cachetext)) { // Defined in config.php
$cachelifetime = time() - $CFG->cachetext;
delete_records_select("text_cache", "timemodified < '$cachelifetime'");
delete_records_select("cache_text", "timemodified < '$cachelifetime'");
}
}