2010-06-01 Sergio Martin <sergio.martin@artica.es>

* godmode/agentes/planned_downtime.php: Fixed the
	value of time into update downtime for bug: 3004049



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2837 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-06-01 16:04:38 +00:00
parent 0e21942675
commit f2f6667d38
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-06-01 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/planned_downtime.php: Fixed the
value of time into update downtime for bug: 3004049
2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
* general/license/pandora_info_es_es.html,

View File

@ -135,6 +135,8 @@ if ($create_downtime || $update_downtime) {
$description = $result["description"];
$date_from = strftime ('%Y-%m-%d', $result["date_from"]);
$date_to = strftime ('%Y-%m-%d', $result["date_to"]);
$time_from = strftime ('%I:%M%p', $result["date_from"]);
$time_to = strftime ('%I:%M%p', $result["date_to"]);
if ($id_group == 0)
$id_group = $result['id_group'];