Renamed function, beginning to replace the "remote_user" function

This commit is contained in:
Michael 2019-09-28 09:36:41 +00:00
parent 1ddd2df4b8
commit 6e9026e033
7 changed files with 29 additions and 54 deletions

View file

@ -212,7 +212,7 @@ class Session
* @param integer $uid User ID
* @return integer Contact ID of visitor for given user ID
*/
public static function getVisitorContactIDForUserID($uid)
public static function getRemoteContactID($uid)
{
if (empty($_SESSION['remote'][$uid])) {
return false;