[Vtigercrm-commits] [vtiger-commits] r3885 - /vtigercrm/trunk/modules/Users/Security.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Feb 22 02:37:36 EST 2006
Author: saraj
Date: Wed Feb 22 00:37:32 2006
New Revision: 3885
Log:
portal added to tab table
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 Wed Feb 22 00:37:32 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)");
More information about the vtigercrm-commits
mailing list