chiark / gitweb /
Only allow the bad.posters, watch.words, and good.posters lists to be
authorMatthew Vernon <matthew@debian.org>
Thu, 2 Jan 2014 10:42:51 +0000 (10:42 +0000)
committerMatthew Vernon <matthew@debian.org>
Thu, 2 Jan 2014 10:42:51 +0000 (10:42 +0000)
edited.

This is part of the process of simplifying the UI for the ulm mods

webstump/scripts/webstump.lib.pl

index 9b7fc794acb9242edb238313533b9c1fc5b319e7..5bd575f16bec8d738577813ccefd21f5aca7b021 100644 (file)
@@ -397,12 +397,7 @@ sub check_config_list {
 
  &user_error( "invalid list name $list_to_edit" )
     if( $list_to_edit ne "good.posters.list"
-        && $list_to_edit ne "watch.posters.list"
         && $list_to_edit ne "bad.posters.list"
-        && $list_to_edit ne "good.subjects.list"
-        && $list_to_edit ne "watch.subjects.list"
-        && $list_to_edit ne "bad.subjects.list"
-        && $list_to_edit ne "bad.words.list"
         && $list_to_edit ne "watch.words.list" );
 
   return &untaint( $list_to_edit );