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:
darode 2013-12-05 15:33:53 +00:00
parent e7f7bc5746
commit 30e9d52d77
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,11 @@
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>
* mobile/operation/networkmap.php: Fixed a bug width

View File

@ -956,6 +956,8 @@ class Events {
}
private function filterEventsGetString() {
global $system;
if ($this->default) {
return __("(Default)");
}