By ashtronaut on
Hello all,
I have created a custom profile page with some help from http://drupal.org/node/35728 . Everything seems to be fine, but I am trying to display the user's city and state that was submitted via location module during the user registration.
print $user->location['city'];
any ideas?
ash
Comments
fixed it
I fixed it,
CASE SENSITIVE
print $user->location['CITY'];