]> git.mjollnir.org Git - moodle.git/commitdiff
removing debug statement
authortoyomoyo <toyomoyo>
Wed, 13 Sep 2006 06:13:53 +0000 (06:13 +0000)
committertoyomoyo <toyomoyo>
Wed, 13 Sep 2006 06:13:53 +0000 (06:13 +0000)
user/index.php

index d78b88a906f5b8dde4c82baee14f48000355dd1d..54e6ae7d97253e9a0233e1f66401926431cdcba0 100644 (file)
@@ -431,7 +431,7 @@ function checkchecked(form) {
         } else {
             $limit = '';
         }    
-global $db;
+
         $students = get_records_sql($select.$from.$where.$wheresearch.$sort.$limit);
         if (!$currentrole = get_record('role','id',$roleid)) {
             error('That role does not exist');