2011-08-12 Javier Lanz <javier.lanz@artica.es>

* include/config_process.php: Removed a forgotten html_debug_print call


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4724 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
javilanz 2011-08-12 08:12:29 +00:00
parent 90543e1a19
commit b0c455f094
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-08-12 Javier Lanz <javier.lanz@artica.es>
* include/config_process.php: Removed a forgotten html_debug_print call
2011-08-12 Javier Lanz <javier.lanz@artica.es> 2011-08-12 Javier Lanz <javier.lanz@artica.es>
* operation/agentes/exportdata.php: Fixed calculating process to get * operation/agentes/exportdata.php: Fixed calculating process to get

View File

@ -108,7 +108,6 @@ if (isset ($config['id_user'])){
if ($userinfo["flash_chart"] != -1) if ($userinfo["flash_chart"] != -1)
$config["flash_charts"] = $userinfo["flash_chart"]; $config["flash_charts"] = $userinfo["flash_chart"];
html_debug_print($config["flash_charts"]);
// Each user could have it's own timezone) // Each user could have it's own timezone)
if (isset($userinfo["timezone"])) { if (isset($userinfo["timezone"])) {