diff options
author | friendica <info@friendica.com> | 2014-02-11 16:56:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-11 16:56:39 -0800 |
commit | b5728fa42efa0d12da8814711e0875da7fb88672 (patch) | |
tree | 1499b03be17dc9d59f04cac0c31f75427f89ac6e /include | |
parent | 9498ed17ab4d71d926c47d02f4c9ae2f97e1a1d1 (diff) | |
download | volse-hubzilla-b5728fa42efa0d12da8814711e0875da7fb88672.tar.gz volse-hubzilla-b5728fa42efa0d12da8814711e0875da7fb88672.tar.bz2 volse-hubzilla-b5728fa42efa0d12da8814711e0875da7fb88672.zip |
fixes to thing profile assignments
Diffstat (limited to 'include')
-rw-r--r-- | include/contact_selectors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_selectors.php b/include/contact_selectors.php index b56a77937..a3cfd2489 100644 --- a/include/contact_selectors.php +++ b/include/contact_selectors.php @@ -5,7 +5,7 @@ function contact_profile_assign($current) { $o = ''; - $o .= "<select id=\"contact-profile-selector\" name=\"profile-assign\" />\r\n"; + $o .= "<select id=\"contact-profile-selector\" name=\"profile_assign\" />\r\n"; $r = q("SELECT profile_guid, profile_name FROM `profile` WHERE `uid` = %d", intval($_SESSION['uid'])); |