Remove debug code.

This commit is contained in:
tjhunt
2008-07-10 17:34:18 +00:00
parent 793f3a0e69
commit e153801c1c
+1 -1
View File
@@ -195,7 +195,7 @@ class quiz {
if ($page === 'all') {
$list = $this->questionids;
} else {
$list = $this->pagequestionids[0];
$list = $this->pagequestionids[$page];
}
// Clone the array, so our private arrays cannot be modified.
$result = array();