From: ivan Date: Mon, 6 Oct 2003 11:22:26 +0000 (+0000) Subject: typo X-Git-Tag: NET_WHOIS_RAW_0_31~346 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3ca42bd26b6724fa389c9a3e08d091e65954b616 typo --- diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index bbcac30b5..cd86031c5 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -63,7 +63,7 @@ if ( $query eq 'svcnum' ) { if ( $query eq 'svcnum' || $query eq 'username' || $query eq 'uid' - || $query =~ /^popnum=(\d+)$/ ) { + || $query =~ /^popnum=(\d+)$/ ) { my $statement = "SELECT COUNT(*) FROM svc_acct $unlinked";