[freeside-commits] branch FREESIDE_3_BRANCH updated. 74cccaa265fa81e493cec8701b18bc453d95e29c

Ivan ivan at 420.am
Sat Jul 12 15:59:47 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  74cccaa265fa81e493cec8701b18bc453d95e29c (commit)
      from  bd67b77325c4ba61e6de0b7c4aa24a473c60d181 (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 74cccaa265fa81e493cec8701b18bc453d95e29c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jul 12 15:59:46 2014 -0700

    don't spew config changes to apache log, history is sufficient

diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi
index f1cbb18..3d57b31 100644
--- a/httemplate/config/config-process.cgi
+++ b/httemplate/config/config-process.cgi
@@ -116,7 +116,7 @@ if ( $conf->exists('disable_settings_changes') ) {
   }
 }
 
-$FS::Conf::DEBUG = 1;
+#$FS::Conf::DEBUG = 1;
 my @config_items = grep { $_->key != ~/^invoice_(html|latex|template)/ }
                         $conf->config_items;
 my %confitems = map { $_->key => $_ } $conf->config_items;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/config/config-process.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list