diff options
author | Jannik Schönartz | 2017-01-29 08:18:18 +0100 |
---|---|---|
committer | Jannik Schönartz | 2017-01-29 08:18:18 +0100 |
commit | d311bddd350fde9c35d8a04351accee9d6e0af1d (patch) | |
tree | 61d4ce981790760bdf10a756233e4b4a12208bd6 /modules-available/locationinfo/inc/locationinfo.inc.php | |
parent | frontend: added function to generate parent div (diff) | |
download | slx-admin-d311bddd350fde9c35d8a04351accee9d6e0af1d.tar.gz slx-admin-d311bddd350fde9c35d8a04351accee9d6e0af1d.tar.xz slx-admin-d311bddd350fde9c35d8a04351accee9d6e0af1d.zip |
API: Adde a method for multi handle ids and a method for returning the room tree.
Diffstat (limited to 'modules-available/locationinfo/inc/locationinfo.inc.php')
-rw-r--r-- | modules-available/locationinfo/inc/locationinfo.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/locationinfo/inc/locationinfo.inc.php b/modules-available/locationinfo/inc/locationinfo.inc.php index d4bd2b0a..7ef06f8b 100644 --- a/modules-available/locationinfo/inc/locationinfo.inc.php +++ b/modules-available/locationinfo/inc/locationinfo.inc.php @@ -11,6 +11,7 @@ class LocationInfo * [2] = OFF * [3] = 10 days offline (BROKEN?) */ + // TODO USE STATE NAME instead of numbers $logintime = (int)$pc['logintime']; $lastseen = (int)$pc['lastseen']; |