diff options
Diffstat (limited to 'www-ssl/nonpublic/index.php')
-rwxr-xr-x | www-ssl/nonpublic/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-ssl/nonpublic/index.php b/www-ssl/nonpublic/index.php index 5e5b081f..dc3e8ae2 100755 --- a/www-ssl/nonpublic/index.php +++ b/www-ssl/nonpublic/index.php @@ -48,6 +48,7 @@ else $_SESSION['color'] = mysql_result($userstring, 0, "color"); $_SESSION['Avatar'] = mysql_result($userstring, 0, "Avatar"); $_SESSION['Sprache'] = mysql_result($userstring, 0, "Sprache"); + $_SESSION['Hometown'] = mysql_result($userstring, 0, "Hometown"); $_SESSION['IP'] = $_SERVER['REMOTE_ADDR']; // CVS import Data |