[Vtigercrm-commits] [vtiger-commits] r4261 - /vtigercrm/trunk/include/utils/UserInfoUtil.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 16 10:53:39 EST 2006
Author: richie
Date: Thu Mar 16 08:53:35 2006
New Revision: 4261
Log:
update query fixed
Modified:
vtigercrm/trunk/include/utils/UserInfoUtil.php
Modified: vtigercrm/trunk/include/utils/UserInfoUtil.php
==============================================================================
--- vtigercrm/trunk/include/utils/UserInfoUtil.php (original)
+++ vtigercrm/trunk/include/utils/UserInfoUtil.php Thu Mar 16 08:53:35 2006
@@ -2010,8 +2010,7 @@
}
else
{
- $sql8 = "update role2profile set profileid=".$transfer_profileid." where profileid=".$prof_
-id." and roleid='".$roleid."'";
+ $sql8 = "update role2profile set profileid=".$transfer_profileid." where profileid=".$prof_id." and roleid='".$roleid."'";
$adb->query($sql8);
}
More information about the vtigercrm-commits
mailing list