From 1f0872e8ba93289317e026ec78f3892eefb173df Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 16 Aug 2006 17:34:46 +0000 Subject: [PATCH] Changed one default --- lib/xmldb/classes/generators/XMLDBGenerator.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmldb/classes/generators/XMLDBGenerator.class.php b/lib/xmldb/classes/generators/XMLDBGenerator.class.php index 0926dafebd..c9bd1f738a 100644 --- a/lib/xmldb/classes/generators/XMLDBGenerator.class.php +++ b/lib/xmldb/classes/generators/XMLDBGenerator.class.php @@ -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) -- 2.39.5