interface/lib/classes/remote.d/client.inc.php
@@ -395,6 +395,7 @@ return $affected_rows; } /** * Get sys_user information by username * @param int session id @@ -402,6 +403,8 @@ * @return mixed false if error * @author Julio Montoya <gugli100@gmail.com> BeezNest 2010 */ public function client_get_by_username($session_id, $username) { global $app; if(!$this->checkPerm($session_id, 'client_get_by_username')) { @@ -417,6 +420,7 @@ return false; } } /** * Get All client_id's from database * @param int session_id