[freeside-commits] branch FREESIDE_4_BRANCH updated. f579cdd720020917d5c6a67eb99fa2e12cda6543
Ivan
ivan at 420.am
Mon Nov 23 18:14:49 PST 2015
The branch, FREESIDE_4_BRANCH has been updated
via f579cdd720020917d5c6a67eb99fa2e12cda6543 (commit)
from b107e10a186852ad298ac08c8f1dfafc772401dd (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 f579cdd720020917d5c6a67eb99fa2e12cda6543
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 23 18:14:48 2015 -0800
remove debugging, RT#13971
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index ab94e6e..bd3eb65 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -1076,7 +1076,7 @@ sub get_fk_method {
}
sub fk_methods_init {
- warn "[fk_methods_init]\n";
+ warn "[fk_methods_init]\n" if $DEBUG;
foreach my $table ( dbdef->tables ) {
$fk_method_cache{$table} = fk_methods($table);
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Record.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list