fixes to thing profile assignments

This commit is contained in:
friendica
2014-02-11 16:56:39 -08:00
parent 9498ed17ab
commit b5728fa42e
5 changed files with 9 additions and 6 deletions

View File

@@ -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']));