diff options
author | ivan <ivan> | 2005-11-28 16:14:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-28 16:14:38 +0000 |
commit | afab30d6058351d2ca875b089424b7a1323992a4 (patch) | |
tree | cef7b357e81ea15842b1eebef268a425344c6392 /FS | |
parent | b0f8738e17758e071dd65b9d6574535d66595673 (diff) |
okay, its been tested
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Record.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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); |