From 20b134231ebc0c053935ce2a71cd51d2507bb94c Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 20 Jul 2016 10:57:29 +0900 Subject: [PATCH] Update description for edit access data return method --- www/libs/Class.Login.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/libs/Class.Login.inc b/www/libs/Class.Login.inc index bc324f58..b57fb7ab 100644 --- a/www/libs/Class.Login.inc +++ b/www/libs/Class.Login.inc @@ -1032,6 +1032,8 @@ EOM; // METHOD: login_set_edit_access_data // PARAMS: edit access id, key value to search for + // RETURN: false for not found or string for found data + // DESC : searchs in the data set for the unit for the data key and returns the value asociated with it public function login_set_edit_access_data($edit_access_id, $data_key) { if (!$_SESSION['UNIT'][$edit_access_id]['data'][$data_key])