diff options
| author | wjames5 <will@tekimaki.com> | 2009-06-09 21:16:39 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-06-09 21:16:39 +0000 |
| commit | 1345ed319b39d9e07c762909e32734b012def1b8 (patch) | |
| tree | 7a85d83901ac4585eef2e73ed7bbb9e711f55942 /admin | |
| parent | 49973fae69bb1f05c6454b33fdde28e58ca50da9 (diff) | |
| download | boards-1345ed319b39d9e07c762909e32734b012def1b8.tar.gz boards-1345ed319b39d9e07c762909e32734b012def1b8.tar.bz2 boards-1345ed319b39d9e07c762909e32734b012def1b8.zip | |
fix syntax bug
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index b08ba97..8b4fb91 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -26,7 +26,7 @@ $tables = array( section_id I4, pos I4, migrate_board_id INT - CONSTRAINT ', CONSTRAINT `boards_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content` (`content_id`)' + CONSTRAINT ', CONSTRAINT `boards_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content` (`content_id`) , CONSTRAINT `boards_section_ref` FOREIGN KEY (`section_id`) REFERENCES `".BIT_DB_PREFIX."boards_sections` (`section_id`)' ", 'boards_map' => " |
