http://www.atutor.ca/atutor/mantis/view.php?id=4324
authorCindy Li <cli@ocad.ca>
Wed, 16 Jun 2010 14:22:28 +0000 (14:22 -0000)
committerCindy Li <cli@ocad.ca>
Wed, 16 Jun 2010 14:22:28 +0000 (14:22 -0000)
docs/home/editor/editor_tabs/tests.inc.php

index 9b64915..be40c20 100644 (file)
@@ -33,8 +33,8 @@ if (is_array($all_tests)) $num_tests = count($all_tests);
 //If there are no tests, don't display anything except a message
 if ($num_tests == 0){
        $msg->addInfo('NO_TESTS');
-//     $msg->printInfos();
-//     return;
+       $msg->printInfos();
+       return;
 }
 else {
        $i = 0;