From 43fab891235794fcce040072b93caeb82c8aac95 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 25 Jan 2010 08:51:16 +0000 Subject: [PATCH] 2010-01-25 Miguel de Dios * include/config_process.php: small fix for to erase a alert message in php when call a ajax.php. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2302 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/include/config_process.php | 1 + 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 127886c8b3..960b4fd718 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-01-25 Miguel de Dios + + * include/config_process.php: small fix for to erase a alert message in php + when call a ajax.php. + 2010-01-22 Sancho Lerena * include/help/es/help_alert_macros.php: Update spanish help for alet @@ -17,10 +22,12 @@ can send timezone information 2010-01-21 Miguel de Dios + * include/config_process.php: use the flag "$develop_bypass" to change the method to show the php messages for developing purposes. 2010-01-21 Miguel de Dios + * godmode/setup/setup.php: fix bug that overwrite the row of "Attachment store" field when put the row of field "IP list with API access". diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 5ea2acd3fe..03a419bc29 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -26,6 +26,7 @@ $build_version = 'PC091231'; $pandora_version = 'v3.1-dev'; /* Help to debug problems. Override global PHP configuration */ +if (!isset($develop_bypass)) $develop_bypass = 0; if ($develop_bypass != 1) { // error_reporting(E_ALL);