2013-12-05 Dario Rodriguez <dario@artica.es>
* mobile/operation/events.php: Fixed a bug loading events filtergin by group when a group has no events. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9177 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
deddec24b0
commit
e836f25ff4
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
MERGED FROM THE BRANCH PANDORA_4
|
MERGED FROM THE BRANCH PANDORA_4
|
||||||
|
|
||||||
|
2013-12-05 Dario Rodriguez <dario@artica.es>
|
||||||
|
|
||||||
|
* mobile/operation/events.php: Fixed a bug loading events
|
||||||
|
filtergin by group when a group has no events.
|
||||||
|
|
||||||
2013-12-05 Dario Rodriguez <dario@artica.es>
|
2013-12-05 Dario Rodriguez <dario@artica.es>
|
||||||
|
|
||||||
* mobile/operation/networkmap.php: Fixed a bug width
|
* mobile/operation/networkmap.php: Fixed a bug width
|
||||||
|
|
|
@ -956,6 +956,8 @@ class Events {
|
||||||
}
|
}
|
||||||
|
|
||||||
private function filterEventsGetString() {
|
private function filterEventsGetString() {
|
||||||
|
global $system;
|
||||||
|
|
||||||
if ($this->default) {
|
if ($this->default) {
|
||||||
return __("(Default)");
|
return __("(Default)");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue