When updating Email Address of a customer through shop front end website you get a problem.
Email Address shows up as
I think this code is the problem, but I am not sure how to fix it with the weird colon prefixes.
HTML Code:
	  $sql = "UPDATE " . TABLE_SUBSCRIBERS . " SET
			email_address = :emailAddress'" . $email_address . "',
			email_format = :emailFormat'" . $email_format . "'
			WHERE customers_id = :customersID";