mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
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:
commit
74f4c58693
@ -321,7 +321,7 @@ switch ($opt) {
|
|||||||
// Last contact
|
// Last contact
|
||||||
$row = array();
|
$row = array();
|
||||||
$row[] = __('Last contact');
|
$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');
|
$row[] = __('Never');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -332,7 +332,7 @@ switch ($opt) {
|
|||||||
// Last remote contact
|
// Last remote contact
|
||||||
$row = array();
|
$row = array();
|
||||||
$row[] = __('Remote');
|
$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');
|
$row[] = __('Never');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user