diff options
author | jeff <jeff> | 2007-12-28 15:20:36 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-12-28 15:20:36 +0000 |
commit | 9c8ff35a8e13e6dc650340c877524d2e42096d49 (patch) | |
tree | 1fd1b988142c086b97fbc24a9dfb90022598d631 /httemplate | |
parent | 2559f2146ea5bdb013f3a013f1179f14b638a742 (diff) |
whoops
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 08c0f67d6..a3a17c253 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -131,7 +131,7 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) { ]; } - if ( $svcdb = 'svc_acct' ) { + if ( $svcdb eq 'svc_acct' ) { $report_svc{"All $lcname never logged in"} = [ svc_url( %svc_url, 'query' => "magic=nologin;sortby=svcnum" ), '', |