mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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:
parent
17e2cba75f
commit
2441c84ab0
@ -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>
|
2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* general/license/pandora_info_es_es.html,
|
* general/license/pandora_info_es_es.html,
|
||||||
|
@ -135,6 +135,8 @@ if ($create_downtime || $update_downtime) {
|
|||||||
$description = $result["description"];
|
$description = $result["description"];
|
||||||
$date_from = strftime ('%Y-%m-%d', $result["date_from"]);
|
$date_from = strftime ('%Y-%m-%d', $result["date_from"]);
|
||||||
$date_to = strftime ('%Y-%m-%d', $result["date_to"]);
|
$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)
|
if ($id_group == 0)
|
||||||
$id_group = $result['id_group'];
|
$id_group = $result['id_group'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user