Minor patch for MDL-11992 course tagging. Corrected a statement in cron().

This commit is contained in:
jbeedell 2008-09-19 16:00:52 +00:00
parent 5d1381c2c3
commit c34984cfcc

View File

@ -338,8 +338,8 @@ EOT;
*/
/*
function cron() {
if (SHOWCOURSETAGS) {
global $CFG;
global $CFG;
if ($CFG->block_tags_showcoursetags) {
require_once($CFG->dirroot.'/tag/coursetagslib.php');
return coursetag_rss_feeds();
} else {