Replace double quotes in user_profiles
I am using Joomla 3.4. I added several new fields to the registration page using the 'Adding Custom User Profile Fields' posted here. Now when someone registers, their data is entered into the user_profiles table with double quotes around it. Can someone help me fix this. For example, I have an field called Street Address1 - client enters 3 Anystreet - it get entered into the database as "3 Anystreet" (notice the double quotes)