summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2005-11-28 16:14:38 +0000
committerivan <ivan>2005-11-28 16:14:38 +0000
commitafab30d6058351d2ca875b089424b7a1323992a4 (patch)
treecef7b357e81ea15842b1eebef268a425344c6392 /FS
parentb0f8738e17758e071dd65b9d6574535d66595673 (diff)
okay, its been tested
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Record.pm3
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);