diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 23:10:07 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 23:10:07 +0000 |
commit | b3cff3489012d0ac17348c70986e0dd8d96d80c9 (patch) | |
tree | afc7b3203f493e85adcb4f636fe9b0f22a4415a7 /phpBB | |
parent | 80c8b12577d1c5cb465aabf8f9158db2eb6c6810 (diff) | |
download | forums-b3cff3489012d0ac17348c70986e0dd8d96d80c9.tar forums-b3cff3489012d0ac17348c70986e0dd8d96d80c9.tar.gz forums-b3cff3489012d0ac17348c70986e0dd8d96d80c9.tar.bz2 forums-b3cff3489012d0ac17348c70986e0dd8d96d80c9.tar.xz forums-b3cff3489012d0ac17348c70986e0dd8d96d80c9.zip |
weird - schemas later
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8731 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 296731c5f9..af631d09fc 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -538,7 +538,7 @@ $database_update_info = array( 'add_columns' => array( STYLES_TEMPLATE_TABLE => array( 'template_inherits_id' => array('UINT:4', 0), - 'template_inherit_path' => array('VCHAR', NULL), + 'template_inherit_path' => array('VCHAR', ''), ), ), ), |