From: scyrma Date: Fri, 2 May 2008 01:15:35 +0000 (+0000) Subject: MDL-13424: Tags are automatically cleaned on cron run. (merge from 1.9) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0f5e5f5c8d567674bdf13b43743aa3de8c42a043;p=moodle.git MDL-13424: Tags are automatically cleaned on cron run. (merge from 1.9) --- diff --git a/tag/lib.php b/tag/lib.php index 498345bc88..fdeee4ab32 100644 --- a/tag/lib.php +++ b/tag/lib.php @@ -805,7 +805,7 @@ function tag_compute_correlations($min_correlation=2) { */ function tag_cron() { tag_compute_correlations(); - //tag_cleanup(); + tag_cleanup(); } /**