浏览代码

Windykacja Panel add PAY_DATE_FIRST_FVAT

Piotr Labudda 11 年之前
父节点
当前提交
1d27d0f6e9
共有 3 个文件被更改,包括 212 次插入206 次删除
  1. 1 1
      SE/VERSION
  2. 3 4
      SE/index.php
  3. 208 201
      SE/superedit-USERS2_WINDYKACJA_STATUS.php

+ 1 - 1
SE/VERSION

@@ -1 +1 @@
-3.9.10
+3.9.10-1

+ 3 - 4
SE/index.php

@@ -11,10 +11,9 @@ session_start();
 
 date_default_timezone_set('Europe/Warsaw');// PHP 5 >= 5.1.0 required by date functions
 
-error_reporting(E_ERROR | E_RECOVERABLE_ERROR);
-ini_set('error_reporting', E_ERROR | E_RECOVERABLE_ERROR);
-ini_set('display_startup_errors','1');
-//display_startup_errors(0);
+$errorReportingLevel = E_ALL & ~E_NOTICE;
+error_reporting($errorReportingLevel);
+ini_set('error_reporting', $errorReportingLevel);
 
 #TEST $_SESSION['DEBUG'] = 3;// TODO: TEST
 if (!isset($_SESSION['DEBUG'])) $_SESSION['DEBUG'] = 0;// set default value

文件差异内容过多而无法显示
+ 208 - 201
SE/superedit-USERS2_WINDYKACJA_STATUS.php


部分文件因为文件数量过多而无法显示