aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-19 05:29:43 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-19 05:29:43 -0700
commitb16be9e76a9288f0b6803dbaa989a7bdee70d49d (patch)
treee7248be8bf8301038b5f5f40e93e59f3b7870e1a /mod
parente0045a43e22082e0a47fd57288105a21311e911a (diff)
downloadvolse-hubzilla-b16be9e76a9288f0b6803dbaa989a7bdee70d49d.tar.gz
volse-hubzilla-b16be9e76a9288f0b6803dbaa989a7bdee70d49d.tar.bz2
volse-hubzilla-b16be9e76a9288f0b6803dbaa989a7bdee70d49d.zip
marital "heart" status no longer an array
Diffstat (limited to 'mod')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
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;