From: ivan Date: Sun, 20 Feb 2005 08:51:04 +0000 (+0000) Subject: FS/UI/Web.pm did not return a true value X-Git-Tag: SQL_LEDGER_2_4_4~1^2~471 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=34e738b5b65449b79a34dba9ff1fd742e278e6d5;p=freeside.git FS/UI/Web.pm did not return a true value --- diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index d5c716843..18c2dfe8c 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -92,3 +92,5 @@ sub get_new_query { FS::UID::cgi(); } +1; +