[freeside-commits] branch master updated. c7cc0522832d0e1c056f9bce46dd1b4b5551e612

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


The branch, master has been updated
       via  c7cc0522832d0e1c056f9bce46dd1b4b5551e612 (commit)
      from  48e85cba67e48bb37b79d9e4fa72cf0df7cd3759 (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 c7cc0522832d0e1c056f9bce46dd1b4b5551e612
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jul 12 15:59:45 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