aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-07-29 23:09:32 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-07-29 23:09:32 +0000
commit80c8b12577d1c5cb465aabf8f9158db2eb6c6810 (patch)
treefb78b2fc1edd5843e0f081bd6ab07fe1c77a852f /phpBB/develop
parenta8994995dc469be33f78dbcbcd9979d3840d24c9 (diff)
downloadforums-80c8b12577d1c5cb465aabf8f9158db2eb6c6810.tar
forums-80c8b12577d1c5cb465aabf8f9158db2eb6c6810.tar.gz
forums-80c8b12577d1c5cb465aabf8f9158db2eb6c6810.tar.bz2
forums-80c8b12577d1c5cb465aabf8f9158db2eb6c6810.tar.xz
forums-80c8b12577d1c5cb465aabf8f9158db2eb6c6810.zip
weird - schemas later
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8730 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/create_schema_files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index ae12e8345f..ee3d5db88a 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1609,7 +1609,7 @@ function get_schema_struct()
'bbcode_bitfield' => array('VCHAR:255', 'kNg='),
'template_storedb' => array('BOOL', 0),
'template_inherits_id' => array('UINT:4', 0),
- 'template_inherit_path' => array('VCHAR', NULL),
+ 'template_inherit_path' => array('VCHAR', ''),
),
'PRIMARY_KEY' => 'template_id',
'KEYS' => array(