From b16be9e76a9288f0b6803dbaa989a7bdee70d49d Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 19 Aug 2010 05:29:43 -0700 Subject: marital "heart" status no longer an array --- mod/profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profiles.php') diff --git a/mod/profiles.php b/mod/profiles.php index 71e037718..853aac6de 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -53,7 +53,7 @@ function profiles_post(&$a) { $postal_code = notags(trim($_POST['postal_code'])); $country_name = notags(trim($_POST['country_name'])); - $marital = notags(trim(implode(', ',$_POST['marital']))); + $marital = notags(trim($_POST['marital'])); if($marital != $orig[0]['marital']) $maritalchanged = true; -- cgit v1.2.3