afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-08-03 03:06 pm

[dw-free] remove sysban types

[commit: http://hg.dwscoalition.org/dw-free/rev/88ee73c853ad]

http://bugs.dwscoalition.org/show_bug.cgi?id=1140

Missed a spot.

Patch by [staff profile] denise.

Files modified:
  • cgi-bin/sysban.pl
--------------------------------------------------------------------------------
diff -r bbc24e5f20d7 -r 88ee73c853ad cgi-bin/sysban.pl
--- a/cgi-bin/sysban.pl	Mon Aug 03 02:15:06 2009 -0500
+++ b/cgi-bin/sysban.pl	Mon Aug 03 15:06:28 2009 +0000
@@ -423,10 +423,6 @@ sub sysban_validate {
                 0 : "Format: xxxx-xxxx (first four-last four)";
 
         },
-        'msisdn' => sub {
-            my $num = shift;
-            return $num =~ /\d{10}/ ? 0 : 'Format: 10 digit MSISDN';
-        },
     };
 
     # aliases to handlers above
--------------------------------------------------------------------------------