Browse Source

Remove validator for removed setting

spaghetti 8 years ago
parent
commit
1c9aaecd91
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      sections/user/take_edit.php

+ 0
- 1
sections/user/take_edit.php View File

@@ -24,7 +24,6 @@ $Val->SetFields('styleurl', 0, "regex", "You did not enter a valid stylesheet UR
24 24
 // The next two are commented out because the drop-down menus were replaced with a check box and radio buttons
25 25
 //$Val->SetFields('disablegrouping', 0, "number", "You forgot to select your torrent grouping option.");
26 26
 //$Val->SetFields('torrentgrouping', 0, "number", "You forgot to select your torrent grouping option.");
27
-$Val->SetFields('discogview', 1, "number", "You forgot to select your discography view option.", array('minlength' => 0, 'maxlength' => 1));
28 27
 $Val->SetFields('postsperpage', 1, "number", "You forgot to select your posts per page option.", array('inarray' => array(25, 50, 100)));
29 28
 //$Val->SetFields('hidecollage', 1, "number", "You forgot to select your collage option.", array('minlength' => 0, 'maxlength' => 1));
30 29
 $Val->SetFields('collagecovers', 1, "number", "You forgot to select your collage option.");

Loading…
Cancel
Save