[0000136] view_po on invoices and credits shows transactions from other suppliers
[fa-stable.git] / config.php
index 20a08974b440d51621f4ddc960e516852544efa0..1259de248adfe95af50a0061ae9e8912a83d0e8a 100644 (file)
@@ -23,7 +23,8 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Log file for error/warning messages. Should be set to any location
        // writable by www server. When set to empty string logging is switched off. 
        // Special value 'syslog' can be used for system logger usage (see php manual).
-       $error_logfile = dirname(__FILE__).'/tmp/errors.log';
+       $error_logfile = '';
+       //$error_logfile = dirname(__FILE__).'/tmp/errors.log';
        $debug                  = 1;
        $show_sql               = 0;
        $go_debug               = 0;