From a3c8a7c5be8650f5854a1d89f1b76d21d5cfb1a1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 24 Feb 2015 18:43:55 -0800 Subject: [PATCH] noting false laziness --- FS/FS/Record.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 92fb89665..35ed6f7a8 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -489,6 +489,8 @@ sub qsearch { $sth->finish; + #below was refactored out to _from_hashref, this should use it at some point + my @return; if ( eval 'scalar(@FS::'. $table. '::ISA);' ) { if ( eval 'FS::'. $table. '->can(\'new\')' eq \&new ) { -- 2.11.0