dirroot/search/delete.php"); mtrace("--UPDATE----"); require_once("$CFG->dirroot/search/update.php"); mtrace("--ADD-------"); require_once("$CFG->dirroot/search/add.php"); mtrace("------------"); //mtrace("cron finished."); mtrace('done'); // set back normal values for php limits ini_set('max_execution_time', $maxtimelimit); ini_set('memory_limit', $maxmemoryamount); } catch(Exception $ex){ mtrace('Fatal exception from Lucene subsystem. Search engine may not have been updated.'); mtrace($ex); } ?>