2010-01-25 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2010-01-25 08:51:16 +00:00
parent cd0a8d011f
commit 72f48835df
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-01-25 Miguel de Dios <miguel.dedios@artica.es>
* include/config_process.php: small fix for to erase a alert message in php
when call a ajax.php.
2010-01-22 Sancho Lerena <slerena@artica.es> 2010-01-22 Sancho Lerena <slerena@artica.es>
* include/help/es/help_alert_macros.php: Update spanish help for alet * include/help/es/help_alert_macros.php: Update spanish help for alet
@ -17,10 +22,12 @@
can send timezone information can send timezone information
2010-01-21 Miguel de Dios <miguel.dedios@artica.es> 2010-01-21 Miguel de Dios <miguel.dedios@artica.es>
* include/config_process.php: use the flag "$develop_bypass" to change the * include/config_process.php: use the flag "$develop_bypass" to change the
method to show the php messages for developing purposes. method to show the php messages for developing purposes.
2010-01-21 Miguel de Dios <miguel.dedios@artica.es> 2010-01-21 Miguel de Dios <miguel.dedios@artica.es>
* godmode/setup/setup.php: fix bug that overwrite the row of "Attachment * 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". store" field when put the row of field "IP list with API access".

View File

@ -26,6 +26,7 @@ $build_version = 'PC091231';
$pandora_version = 'v3.1-dev'; $pandora_version = 'v3.1-dev';
/* Help to debug problems. Override global PHP configuration */ /* Help to debug problems. Override global PHP configuration */
if (!isset($develop_bypass)) $develop_bypass = 0;
if ($develop_bypass != 1) { if ($develop_bypass != 1) {
// error_reporting(E_ALL); // error_reporting(E_ALL);