|
@@ -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.");
|