From: ivan Date: Mon, 28 Nov 2005 16:14:38 +0000 (+0000) Subject: okay, its been tested X-Git-Tag: BEFORE_FINAL_MASONIZE~283 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=afab30d6058351d2ca875b089424b7a1323992a4 okay, its been tested --- diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index d84365804..2d9175813 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -433,7 +433,8 @@ sub qsearch { } values(%result); } } else { - warn "untested code (class FS::$table uses custom new method)"; + #okay, its been tested + # warn "untested code (class FS::$table uses custom new method)"; @return = map { eval 'FS::'. $table. '->new( { %{$_} } )'; } values(%result);