]> git.mjollnir.org Git - moodle.git/commitdiff
took out some debug code for koen
authortoyomoyo <toyomoyo>
Wed, 8 Mar 2006 06:57:53 +0000 (06:57 +0000)
committertoyomoyo <toyomoyo>
Wed, 8 Mar 2006 06:57:53 +0000 (06:57 +0000)
admin/utfdbmigrate.php

index 48339e7712b0f672ac80a70bcfea6f270432059a..a2c01576b92df18cb9f3331adffdb158ffb58ac6 100755 (executable)
@@ -293,9 +293,7 @@ function db_migrate2utf8(){   //Eloy: Perhaps some type of limit parameter here
                         $SQL = 'SELECT * FROM '.$CFG->prefix.$dbtablename.' ORDER BY id ASC '.sql_paging_limit($counter, $recordsetsize);
                         if ($records = get_records_sql($SQL)) {
                             foreach ($records as $record) {
-                                if ($debug) {
-                                    print_object($record);
-                                }
+
                                 //if we are up this far, either no crash, or crash with same table, field name.
                                 if ($crash){
                                     if ($crash->record != $record->id) {    //might set to < just in case record is deleted