cleanup connedit

This commit is contained in:
Mario Vavti
2015-07-14 12:46:40 +02:00
parent 86633bda48
commit 7f71297383
9 changed files with 307 additions and 548 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\" class=\"form-control\"/>\r\n";
$r = q("SELECT profile_guid, profile_name FROM `profile` WHERE `uid` = %d",
intval($_SESSION['uid']));