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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 06:37:03 EDT 2006


Author: don
Date: Wed Apr  5 04:36:59 2006
New Revision: 4904

Log:
parentmodule marketing added and campagins moved to that module

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 Apr  5 04:36:59 2006
@@ -2040,48 +2040,51 @@
 	}
 	//added by jeri for category view from db
 	$this->db->query("insert into parenttab values
-	(1,'My Home Page',1,0),
-	(2,'Sales',2,0),
-	(3,'Support',3,0),
-	(5,'Analytics',5,0),
-	(6,'Inventory',6,0),
-	(7,'Tools',7,0),
-	(8,'Settings',8,0)");
+			(1,'My Home Page',1,0),
+			(2,'Marketing',2,0),
+			(3,'Sales',3,0),
+			(4,'Support',4,0),
+			(5,'Analytics',5,0),
+			(6,'Inventory',6,0),
+			(7,'Tools',7,0),
+			(8,'Settings',8,0)
+		    	");
 
 	$this->db->query("insert into parenttabrel values
-	(1,9,2),
-	(1,17,3),
-	(1,10,4),
-	(1,3,1),
-	(2,7,1),
-	(2,6,2),
-	(2,4,3),
-	(2,2,4),
-	(2,20,5),
-	(2,22,6),
-	(2,23,7),
-	(2,14,8),
-	(2,19,9),
-	(2,8,10),
-	(3,13,1),
-	(3,15,2),
-	(3,6,3),
-	(3,4,4),
-	(3,14,5),
-	(3,8,6),
-	(5,1,1),
-	(5,25,2),
-	(6,14,1),
-	(6,18,2),
-	(6,19,3),
-	(6,21,4),
-	(6,22,5),
-	(6,20,6),
-	(6,23,7),
-	(7,24,1),
-    	(2,26,7),
-	(7,27,2),
-    	(7,8,3)");
+			(1,9,2),
+			(1,17,3),
+			(1,10,4),
+    			(1,3,1),
+		    	(3,7,1),
+			(3,6,2),
+			(3,4,3),
+    			(3,2,4),
+	    		(3,20,5),
+	    		(3,22,6),
+	    		(3,23,7),
+	    		(3,14,8),
+	    		(3,19,9),
+	    		(3,8,10),
+	   		(4,13,1),
+	    		(4,15,2),
+	    		(4,6,3),
+	    		(4,4,4),
+		   	(4,14,5),
+			(4,8,6),
+			(5,1,1),
+			(5,25,2),
+		    	(6,14,1),
+	 	   	(6,18,2),
+		    	(6,19,3),
+		    	(6,21,4),
+		    	(6,22,5),
+		    	(6,20,6),
+	    		(6,23,7),
+		    	(7,24,1),
+			(7,27,2),
+	    		(7,8,3),
+		    	(2,26,1)");
+				
 
 		//rss feeds
 





More information about the vtigercrm-commits mailing list