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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 14:40:09 EDT 2006


Author: richie
Date: Wed May 24 12:40:05 2006
New Revision: 6369

Log:
table_name variable removed

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 May 24 12:40:05 2006
@@ -17,7 +17,6 @@
 require_once('include/utils/utils.php');
 
 class Security extends CRMEntity {
-	var $table_name = "role";
 		
 	function Security() {
 		$this->log = LoggerManager::getLogger('security');
@@ -42,8 +41,6 @@
                 $this->db->query("insert into role values('H".$role2_id."','administrator','H".$role1_id."::H".$role2_id."',1)");
                 $this->db->query("insert into role values('H".$role3_id."','standard_user','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)");
                 
-                $table_name="user2role";
-                $table_name="role2tab";
 
  $this->db->query("INSERT INTO tab VALUES (3,'Home',0,1,'Home',null,null,1)");
  $this->db->query("INSERT INTO tab VALUES (7,'Leads',0,4,'Leads',null,null,1)");
@@ -1589,10 +1586,6 @@
 					
   // New Secutity End
 
-                $table_name="groups";
-                $table_name="users2group";
-                $table_name="productcollaterals";
-                $table_name="email_attachments";
 
          //insert into the notificationscheduler table
 





More information about the vtigercrm-commits mailing list