diff options
| author | wjames5 <will@tekimaki.com> | 2008-04-26 16:35:35 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-04-26 16:35:35 +0000 |
| commit | 0c0db93462a6db9bc38cfb7d1d65c799fdccb9c3 (patch) | |
| tree | 27a4a8a83e0cce8ae43687f9c0208d4c1e29b346 /admin | |
| parent | 4cbe02496274ce1a45cd513f3f6f30f443d9eb53 (diff) | |
| download | liberty-0c0db93462a6db9bc38cfb7d1d65c799fdccb9c3.tar.gz liberty-0c0db93462a6db9bc38cfb7d1d65c799fdccb9c3.tar.bz2 liberty-0c0db93462a6db9bc38cfb7d1d65c799fdccb9c3.zip | |
new admin feature to limit editing of comments by n minutes, default 60 -- also IMPORTANT: standardize liberty_comments table ref name as lcom, lcm cases changed to lcom so tthat we don't drive services crazy
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/comments.php b/admin/comments.php index 1addc6d..650b033 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -39,7 +39,7 @@ if( !empty( $_REQUEST['change_prefs'] ) ) { simple_set_toggle( $item, LIBERTY_PKG_NAME ); } - $formValues = array('comments_per_page', 'comments_default_ordering', 'comments_default_display_mode' , 'comments_default_post_lines'); + $formValues = array('comments_edit_minutes', 'comments_per_page', 'comments_default_ordering', 'comments_default_display_mode' , 'comments_default_post_lines'); foreach( $formValues as $item ) { simple_set_value( $item, LIBERTY_PKG_NAME ); } |
