summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-10-06 11:22:23 +0000
committerivan <ivan>2003-10-06 11:22:23 +0000
commitfdd3e96939b0b3bcfab098378394271b0d6bde73 (patch)
tree6ac1e30df168a1b0e203b67a0e68b819c96f6c6d
parent978c718e870e1595b02a7a0c46f20d7ac65dedd4 (diff)
typo
-rwxr-xr-xhttemplate/search/svc_acct.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi
index e179fc34a..f18dfb919 100755
--- a/httemplate/search/svc_acct.cgi
+++ b/httemplate/search/svc_acct.cgi
@@ -65,7 +65,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";