diff options
author | David M <davidmj@users.sourceforge.net> | 2007-07-21 03:53:09 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-07-21 03:53:09 +0000 |
commit | 0e8605fbe21dc767d40a18121da571ee075fe1f1 (patch) | |
tree | ced68faf98b111e7356d849102199247a9f9b08e | |
parent | c20f5a6ddb5bad28e973dc74767d6a29501bb909 (diff) | |
download | forums-0e8605fbe21dc767d40a18121da571ee075fe1f1.tar forums-0e8605fbe21dc767d40a18121da571ee075fe1f1.tar.gz forums-0e8605fbe21dc767d40a18121da571ee075fe1f1.tar.bz2 forums-0e8605fbe21dc767d40a18121da571ee075fe1f1.tar.xz forums-0e8605fbe21dc767d40a18121da571ee075fe1f1.zip |
#13655
git-svn-id: file:///svn/phpbb/trunk@7913 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index e044204806..269c3aad44 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -406,7 +406,7 @@ class ucp_profile 'S_BIRTHDAY_MONTH_OPTIONS' => $s_birthday_month_options, 'S_BIRTHDAY_YEAR_OPTIONS' => $s_birthday_year_options, 'S_BIRTHDAYS_ENABLED' => true, - ); + )); } $template->assign_vars(array( |