[Vtigercrm-developers] [vtiger-commits] r3838 - /vtigercrm/trunk/modules/Users/Security.php

vtiger-commits at vtiger.fosslabs.com vtiger-commits at vtiger.fosslabs.com
Mon Feb 20 23:56:52 PST 2006


Author: saraj
Date: Tue Feb 21 00:56:47 2006
New Revision: 3838

Log:
Portal module integrated

Modified:
    vtigercrm/trunk/modules/Users/Security.php

Modified: vtigercrm/trunk/modules/Users/Security.php
==============================================================================
--- vtigercrm/trunk/modules/Users/Security.php (original)
+++ vtigercrm/trunk/modules/Users/Security.php Tue Feb 21 00:56:47 2006
@@ -69,6 +69,7 @@
  $this->db->query("INSERT INTO tab VALUES (24,'Rss',0,21,'Rss','','',1)");
  $this->db->query("INSERT INTO tab VALUES (25,'Reports',0,22,'Reports','','',1)");
  $this->db->query("INSERT INTO tab VALUES (26,'Campaigns',0,23,'Campaigns','','',1)");
+ $this->db->query("INSERT INTO tab VALUES (27,'Portal',0,24,'Portal','','',1)");
 
 // Populate the blocks table
 $this->db->query("insert into blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)");
@@ -2139,9 +2140,10 @@
 	(6,20,6),
 	(6,23,7),
 	(7,24,1),
-    (2,26,7)");
-	
-
+        (2,26,7),
+	(7,27,2)");
+	
+	$this->db->query("insert into portal values(1,'VtigerCRM','http://vtiger.com/',0)");
 	       	}
 	
 	





More information about the vtigercrm-developers mailing list