diff options
author | Simon Rettberg | 2017-06-07 14:09:39 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-06-07 14:09:39 +0200 |
commit | 642e1301aef038c28893aae1c434ff1ded8b6f46 (patch) | |
tree | 261508ac9fa1bb7819a33ac97e3d67c34a07a4a7 /modules-available/locationinfo/api.inc.php | |
parent | [inc/event] Retry mounting vmstore on bootup (diff) | |
download | slx-admin-642e1301aef038c28893aae1c434ff1ded8b6f46.tar.gz slx-admin-642e1301aef038c28893aae1c434ff1ded8b6f46.tar.xz slx-admin-642e1301aef038c28893aae1c434ff1ded8b6f46.zip |
[locationinfo] Change order of status bars in overview frontend
Diffstat (limited to 'modules-available/locationinfo/api.inc.php')
-rw-r--r-- | modules-available/locationinfo/api.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/api.inc.php b/modules-available/locationinfo/api.inc.php index 945c4c92..644f990b 100644 --- a/modules-available/locationinfo/api.inc.php +++ b/modules-available/locationinfo/api.inc.php @@ -337,7 +337,7 @@ function findLocations($locations, $idList) * Gets the calendar of the given ids. * * @param int[] $idList list with the location ids. - * @return string Calendar JSON. + * @return array Calendar. */ function getCalendar($idList) { |