]> git.mjollnir.org Git - moodle.git/commitdiff
Take out two debugs !!
authorstronk7 <stronk7>
Thu, 28 Aug 2003 00:50:51 +0000 (00:50 +0000)
committerstronk7 <stronk7>
Thu, 28 Aug 2003 00:50:51 +0000 (00:50 +0000)
mod/quiz/restorelib.php

index 505825a7af8ece17a17fdd9dd67035879909cbf4..1f2579865f9134300226e738c7185357e49cb634 100644 (file)
             //else, everything is done by name (old approach). This mantains backward compatibility.
 
             if ($quiz_cat->stamp) {
-                $restored_by = "(STAMP)";                          //Debug
                 //STAMP exists, do things using it (1.1)
 
                 //Check for categories and their properties, storing in temporary variables
                     }
                 }
             } else {
-                $restored_by = "(NAME)";                          //Debug
                 //STAMP doesn't exists, do things by name (pre 1.1)
                 //and calculate and insert STAMP too !!
     
 
             //Do some output
             if ($status) {
-                echo "<ul><li>".get_string("category")." \"".$quiz_cat->name."\"".$restored_by."<br>";
+                echo "<ul><li>".get_string("category")." \"".$quiz_cat->name."\"<br>";
             } else {
                 //We must never arrive here !!
                 echo "<ul><li>".get_string("category")." \"".$quiz_cat->name."\" Error!<br>";