Index: trunk/kernel/include/portalgroup.php =================================================================== diff -u -r888 -r889 --- trunk/kernel/include/portalgroup.php (.../portalgroup.php) (revision 888) +++ trunk/kernel/include/portalgroup.php (.../portalgroup.php) (revision 889) @@ -526,10 +526,6 @@ $clear_old = false; } - if ($data["PortalUserId"] == 0) { - - } - $sql = "INSERT INTO ".$this->SourceTable." (PortalUserId, GroupId, PrimaryGroup) VALUES (".$data['PortalUserId'].", ".$data['GroupId'].", ".$data['PrimaryGroup'].")"; @$this->adodbConnection->Execute($sql);