Bläddra i källkod

Windykacja Panel add PAY_DATE_FIRST_FVAT

Piotr Labudda 11 år sedan
förälder
incheckning
1d27d0f6e9
3 ändrade filer med 212 tillägg och 206 borttagningar
  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
 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
 #TEST $_SESSION['DEBUG'] = 3;// TODO: TEST
 if (!isset($_SESSION['DEBUG'])) $_SESSION['DEBUG'] = 0;// set default value
 if (!isset($_SESSION['DEBUG'])) $_SESSION['DEBUG'] = 0;// set default value

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 208 - 201
SE/superedit-USERS2_WINDYKACJA_STATUS.php


Vissa filer visades inte eftersom för många filer har ändrats