Actually that's not it.... Here are the changes
Around line 829 find
change toCode:mysql_real_escape_string($country_name));
Then around line 856 findCode:zen_db_input($country_name));
Change toCode:mysql_real_escape_string($country_id), mysql_real_escape_string($state_name));
~MelanieCode:zen_db_input($country_id), zen_db_input($state_name));


Reply With Quote

