2012-11-29 Ramon Novoa <rnovoa@artica.es>
* include/config_process.php: Reverted an accidental commit. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7203 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5d58a05c43
commit
ecf446a753
|
@ -1,3 +1,7 @@
|
|||
2012-11-29 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/config_process.php: Reverted an accidental commit.
|
||||
|
||||
2012-11-29 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/functions_treeview.php,
|
||||
|
|
|
@ -33,7 +33,7 @@ if (empty($script_tz)){
|
|||
|
||||
global $develop_bypass;
|
||||
/* Help to debug problems. Override global PHP configuration */
|
||||
$develop_bypass = 1;
|
||||
if (!isset($develop_bypass)) $develop_bypass = 0;
|
||||
|
||||
if ($develop_bypass != 1) {
|
||||
// error_reporting(E_ALL);
|
||||
|
|
Loading…
Reference in New Issue