[freeside-commits] branch FREESIDE_3_BRANCH updated. 2e3ee9e645776e6f6ff49127e649dcddd595b936
Ivan
ivan at 420.am
Tue Jun 11 00:38:52 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via 2e3ee9e645776e6f6ff49127e649dcddd595b936 (commit)
from defeeae532736bcbccb01ab01035b36f8e21c9ef (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 2e3ee9e645776e6f6ff49127e649dcddd595b936
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jun 11 00:38:49 2013 -0700
turn debug off
diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi
index d295ed3..621de24 100755
--- a/httemplate/edit/process/cust_main.cgi
+++ b/httemplate/edit/process/cust_main.cgi
@@ -11,7 +11,7 @@
<%once>
my $me = '[edit/process/cust_main.cgi]';
-my $DEBUG = 1;
+my $DEBUG = 0;
</%once>
<%init>
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/process/cust_main.cgi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list