diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-16 15:49:15 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-16 15:49:15 +0000 |
| commit | cd38efdc0446b4acd717b5427078190b3bd01dc9 (patch) | |
| tree | 11377940efba7fc22cc90d0be534fa3939fcce81 /admin | |
| parent | 0a39a5f595ae6e946efc3d68a628e0628acc8a07 (diff) | |
| download | blogs-cd38efdc0446b4acd717b5427078190b3bd01dc9.tar.gz blogs-cd38efdc0446b4acd717b5427078190b3bd01dc9.tar.bz2 blogs-cd38efdc0446b4acd717b5427078190b3bd01dc9.zip | |
remove outdated comment
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 9b7252a..f2af589 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -13,7 +13,6 @@ $tables = array( , CONSTRAINT `blog_posts_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content` (`content_id`)' ", -// TODO: why are we using AUTO here? - xing 'blogs' => " blog_id I4 PRIMARY, content_id I4 NOTNULL, |
