From afab30d6058351d2ca875b089424b7a1323992a4 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 28 Nov 2005 16:14:38 +0000 Subject: [PATCH] okay, its been tested --- FS/FS/Record.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.11.0