diff options
| author | Hash9 <hash9@users.sourceforge.net> | 2006-08-21 11:11:20 +0000 |
|---|---|---|
| committer | Hash9 <hash9@users.sourceforge.net> | 2006-08-21 11:11:20 +0000 |
| commit | 3a032c391d1de7d16d3221febcef7d9eb828773a (patch) | |
| tree | c6057f3d8dbd3589a00a593b6a9d0eae81a8008b /admin/schema_inc.php | |
| parent | 6e52d611ff996a304b505a2273e85a9bed4672f4 (diff) | |
| download | liberty-3a032c391d1de7d16d3221febcef7d9eb828773a.tar.gz liberty-3a032c391d1de7d16d3221febcef7d9eb828773a.tar.bz2 liberty-3a032c391d1de7d16d3221febcef7d9eb828773a.zip | |
fixes for hiding anon_name from registered users
Diffstat (limited to 'admin/schema_inc.php')
| -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 2d5a750..3fcbe42 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -93,7 +93,7 @@ $tables = array( root_id I4 NOTNULL, thread_forward_sequence C(250), thread_reverse_sequence C(250), - anon_name c(64) + anon_name C(64), CONSTRAINT ' , CONSTRAINT `liberty_comments_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) , CONSTRAINT `liberty_comments_parent_ref` FOREIGN KEY (`parent_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) |
