diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/configuration.php | 1 | ||||
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/admin/configuration.php b/admin/configuration.php index 2762fb62a..c84962e42 100644 --- a/admin/configuration.php +++ b/admin/configuration.php @@ -63,7 +63,6 @@ $history_checkboxes = array( $comments_checkboxes = array( 'comments_forall', 'comments_validation', - 'comments_update_validation', 'email_admin_on_comment', 'email_admin_on_comment_validation', 'user_can_delete_comment', diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index a8c2a943f..e241f220f 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -143,13 +143,6 @@ <input type="checkbox" name="comments_validation" {if ($comments.comments_validation)}checked="checked"{/if}> </label> </li> - - <li> - <label> - <span class="property">{'Update Validation'|@translate}</span> - <input type="checkbox" name="comments_update_validation" {if ($comments.comments_update_validation)}checked="checked"{/if}> - </label> - </li> <li> <label> |