From c325e9b6b0b55f7b843080829294f23a9f170d31 Mon Sep 17 00:00:00 2001 From: tobyink <> Date: Mon, 20 Apr 2009 14:51:14 +0000 Subject: [PATCH] Trying to figure out why this isn't working. --- web/edit_profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/edit_profile.php b/web/edit_profile.php index 29a9bd80..df75be63 100644 --- a/web/edit_profile.php +++ b/web/edit_profile.php @@ -114,8 +114,8 @@ if(isset($user->name)) $smarty->assign('fullname', getPostVar('fullname', $user->fullname)); $smarty->assign('bio', getPostVar('bio', $user->bio)); $smarty->assign('homepage', getPostVar('homepage', $user->homepage)); - $smarty->assign('location', getPostVar('location', $user->location)); - $smarty->assign('location_uri', getPostVar('location_uri', $user->location_uri)); + $smarty->assign('location', 'TEST'); # getPostVar('location', $user->location)); + $smarty->assign('location_uri', print_r($_SESSION, 1));# getPostVar('location_uri', $user->location_uri)); $smarty->assign('avatar_uri', getPostVar('avatar_uri', $user->avatar_uri)); # And display the page. -- GitLab