From: moodler Date: Mon, 9 Feb 2004 13:12:46 +0000 (+0000) Subject: Fixed table name X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e3812d2a7c10eb3f9097c8874702eacaa1717fe0;p=moodle.git Fixed table name --- diff --git a/admin/cron.php b/admin/cron.php index ca028cb9d6..fa4dbf2ac0 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -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'"); } }