2011-12-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* 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
This commit is contained in:
parent
5fd9e4c9f8
commit
921b30aced
|
@ -1,3 +1,8 @@
|
|||
2011-12-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/servers/manage_recontask_form.php: Deleted notice due to
|
||||
a non init variable.
|
||||
|
||||
2011-12-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_forecast.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"])){
|
||||
|
|
Loading…
Reference in New Issue