. /** * Cron functions. * * @package core * @subpackage admin * @copyright 1999 onwards Martin Dougiamas http://dougiamas.com * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; debugging( 'Inclusion of lib/cronlib.php is no longer required. ' . 'Please update your code to use the new \\core\\cron class.', DEBUG_DEVELOPER );