[Vtigercrm-commits] [vtiger-commits] r7353 - /vtigercrm/trunk/modules/Users/DefaultDataPopulator.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 06:46:56 EDT 2006
Author: richie
Date: Wed Jun 21 04:46:45 2006
New Revision: 7353
Log:
fixed the role issue
Modified:
vtigercrm/trunk/modules/Users/DefaultDataPopulator.php
Modified: vtigercrm/trunk/modules/Users/DefaultDataPopulator.php
==============================================================================
--- vtigercrm/trunk/modules/Users/DefaultDataPopulator.php (original)
+++ vtigercrm/trunk/modules/Users/DefaultDataPopulator.php Wed Jun 21 04:46:45 2006
@@ -1459,7 +1459,9 @@
//Insert into vtiger_role2profile
$this->db->query("insert into vtiger_role2profile values ('H".$role2_id."',".$profile1_id.")");
$this->db->query("insert into vtiger_role2profile values ('H".$role3_id."',".$profile2_id.")");
-
+ $this->db->query("insert into vtiger_role2profile values ('H".$role4_id."',".$profile2_id.")");
+ $this->db->query("insert into vtiger_role2profile values ('H".$role5_id."',".$profile2_id.")");
+
//Insert into vtiger_profile2field
insertProfile2field($profile1_id);
More information about the vtigercrm-commits
mailing list