From: csantossaenz Date: Mon, 22 Jan 2007 08:48:38 +0000 (+0000) Subject: Corrected a warning related to a variable which could be used with no assigned value X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=44ded09781dc4c0a8c4b2d9d0b9590fc14684ba2;p=moodle.git Corrected a warning related to a variable which could be used with no assigned value --- diff --git a/mod/scorm/locallib.php b/mod/scorm/locallib.php index 421b4d2c3f..987fc3f18b 100755 --- a/mod/scorm/locallib.php +++ b/mod/scorm/locallib.php @@ -666,6 +666,7 @@ function scorm_validate($data) { $scormid = $data->instance; // scorm ID $validation = new stdClass(); + $fstat=array("mtime"=>0); if (!empty($courseid) && !empty($reference)) { $validation->launch = 0;