From e63045e0b70338c178395e71e2fb40804845a652 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 15 Dec 2011 16:27:09 +0000 Subject: [PATCH] 2011-12-15 Juan Manuel Ramon * godmode/servers/manage_recontask_form.php: Deleted notice due to a non init variable. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5268 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/servers/manage_recontask_form.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 57206f9a37..2f1f128006 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-12-15 Juan Manuel Ramon + + * godmode/servers/manage_recontask_form.php: Deleted notice due to + a non init variable. + 2011-12-15 Juan Manuel Ramon * include/functions_forecast.php diff --git a/pandora_console/godmode/servers/manage_recontask_form.php b/pandora_console/godmode/servers/manage_recontask_form.php index 03809f05d6..97f7528e40 100644 --- a/pandora_console/godmode/servers/manage_recontask_form.php +++ b/pandora_console/godmode/servers/manage_recontask_form.php @@ -42,7 +42,7 @@ if (is_ajax ()) { return; } -if (isset ($_GET["update"]) or ($_GET["crt"])) { // Edit mode +if (isset ($_GET["update"]) or (isset($_GET["crt"]))) { // Edit mode $update_recon = true; if (isset ($_GET["crt"])){