]> git.mjollnir.org Git - moodle.git/commitdiff
Ops, forgot to delete some debug... :-/
authorstronk7 <stronk7>
Tue, 12 Sep 2006 21:30:13 +0000 (21:30 +0000)
committerstronk7 <stronk7>
Tue, 12 Sep 2006 21:30:13 +0000 (21:30 +0000)
lib/xmldb/classes/generators/mssql/mssql.class.php

index 5a44d6dc68d51fd5de0e8106a369132dcb632f37..723d8d4adac723492dc26465e5a5fee9492b415c 100644 (file)
@@ -155,10 +155,8 @@ class XMLDBmssql extends XMLDBgenerator {
                                        FROM syscolumns
                                        WHERE id = object_id('{$tablename}') AND
                                              name = '$fieldname'")) {
-            echo "DEFAULT FOUND";
             $results[] = 'ALTER TABLE ' . $tablename . ' DROP CONSTRAINT ' . $default->defaultconstraint;
         }
-            echo "DEFAULT NOT FOUND";
 
     /// Build the standard alter table drop
         $results[] = 'ALTER TABLE ' . $tablename . ' DROP COLUMN ' . $fieldname;