]> git.mjollnir.org Git - moodle.git/commitdiff
Changed one default
authorstronk7 <stronk7>
Wed, 16 Aug 2006 17:34:46 +0000 (17:34 +0000)
committerstronk7 <stronk7>
Wed, 16 Aug 2006 17:34:46 +0000 (17:34 +0000)
lib/xmldb/classes/generators/XMLDBGenerator.class.php

index 0926dafebdae986d25577ff84a3d3fa4a0ace27f..c9bd1f738a5c7e27a08238cdd4c7c65c27d89839 100644 (file)
@@ -47,7 +47,7 @@ class XMLDBgenerator {
     var $number_type = 'NUMERIC';    // Proper type for NUMBER(x) in this DB
 
     var $unsigned_allowed = true;    // To define in the generator must handle unsigned information
-    var $default_for_char = '';      // To define the default to set for NOT NULLs CHARs without default (null=do nothing)
+    var $default_for_char = null;      // To define the default to set for NOT NULLs CHARs without default (null=do nothing)
 
     var $primary_key_name = null; //To force primary key names to one string (null=no force)