From 5a0b2aaf9877019e1dfcff304a0469857cfe3171 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 8 Mar 2008 19:43:41 +0000 Subject: Change field name age to birthday in reg. form, which was causing JS validation to break. --- register.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'register.php') diff --git a/register.php b/register.php index d29f698..69a3bcb 100644 --- a/register.php +++ b/register.php @@ -138,6 +138,9 @@ if ( isset($_POST['action']) && ($_POST['action'] == "registerUser") ) { } +# Create a list of genders for the template +$smarty->assign("genders", array('Female', 'Male')); + # grab the various parts. these sections are not printed to the screen # but rather dumped into smarty variables that will simply be printed # in the template, so the order doesn't matter here at the moment -- cgit v1.2.3