[freeside-commits] branch master updated. a3c8a7c5be8650f5854a1d89f1b76d21d5cfb1a1
Ivan
ivan at 420.am
Tue Feb 24 18:44:07 PST 2015
The branch, master has been updated
via a3c8a7c5be8650f5854a1d89f1b76d21d5cfb1a1 (commit)
from 8841199eb48ef43c87524680eb387f6973a5d0fa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a3c8a7c5be8650f5854a1d89f1b76d21d5cfb1a1
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 24 18:43:55 2015 -0800
noting false laziness
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 92fb896..35ed6f7 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 ) {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Record.pm | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list