From 2e5fb9c37e76c20ea0c25e1215a549b561dc68a8 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 27 Jul 2010 19:27:14 -0700 Subject: lots of formatting, bug fixes on profile updates, i18n --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index fc793132b..3ec827eee 100644 --- a/boot.php +++ b/boot.php @@ -359,8 +359,8 @@ function local_user() { if(! function_exists('remote_user')) { function remote_user() { - if((x($_SESSION,'authenticated')) && (x($_SESSION,'cid'))) - return $_SESSION['cid']; + if((x($_SESSION,'authenticated')) && (x($_SESSION,'visitor_id'))) + return $_SESSION['visitor_id']; return false; }} -- cgit v1.2.3