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: BEFORE_FINAL_MASONIZE~702 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=34e738b5b65449b79a34dba9ff1fd742e278e6d5;hp=d6047391feb3236374e16fd73240d9821d77fe06 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; +