diff options
| author | Christian Fowler <spider@viovio.com> | 2012-03-06 16:25:29 -0500 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2012-03-06 16:25:29 -0500 |
| commit | 1e55c71f6e0b84000f04b77c1e5fb0f50a53f774 (patch) | |
| tree | 9d2d98f727e271050bffe2e4b8357a2851ce5559 | |
| parent | 983c1a9bd09971344c8fa98bb4a65447936c1b05 (diff) | |
| download | languages-1e55c71f6e0b84000f04b77c1e5fb0f50a53f774.tar.gz languages-1e55c71f6e0b84000f04b77c1e5fb0f50a53f774.tar.bz2 languages-1e55c71f6e0b84000f04b77c1e5fb0f50a53f774.zip | |
change_CONSTRAINTS_to_CONSTRAINT
| -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 891e061..2946e63 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -32,7 +32,7 @@ $tables = array( 'i18n_content_trans_map' => " content_id I4 NOTNULL, translation_id I4 NOTNULL - CONSTRAINTS ', CONSTRAINT `liberty_translation_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' + CONSTRAINT ', CONSTRAINT `liberty_translation_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' ", ); |
