Merge branch '2584_Visual_en_Mapas_GIS' into 'develop'

Fixed minor visual error in GIS Map

See merge request artica/pandorafms!1971

Former-commit-id: 6cdaa62ad743a06e6e7f2d0e4026a04f953fcb16
This commit is contained in:
vgilc 2018-12-21 10:33:17 +01:00
commit 74f4c58693
1 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@ switch ($opt) {
// Last contact
$row = array();
$row[] = __('Last contact');
if ($agent["ultimo_contacto"] == "01-01-1970 00:00:00") {
if ($agent["ultimo_contacto"] == "1970-01-01 00:00:00") {
$row[] = __('Never');
}
else {
@ -332,7 +332,7 @@ switch ($opt) {
// Last remote contact
$row = array();
$row[] = __('Remote');
if ($agent["ultimo_contacto_remoto"] == "01-01-1970 00:00:00") {
if ($agent["ultimo_contacto_remoto"] == "1970-01-01 00:00:00") {
$row[] = __('Never');
}
else {