http://www.atutor.ca/atutor/mantis/view.php?id=2720
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Mon, 30 Oct 2006 20:08:15 +0000 (20:08 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Mon, 30 Oct 2006 20:08:15 +0000 (20:08 -0000)
docs/tools/my_tests.php

index 7f82d63..230b0d7 100644 (file)
@@ -37,12 +37,11 @@ $result     = mysql_query($sql, $db);
 
 <?php
 while ($row = mysql_fetch_assoc($result)) {
-/*     
        // this code hides tests from the user if they are not enrolled.
        if (!authenticate_test($row['test_id'])) {
                continue;
        }
-*/
+
        $count++;
        echo '<tr>';
        echo '<td>';