[Vtigercrm-commits] [vtiger-commits] r5946 - /vtigercrm/branches/5.0_postgresql_integration/tabdata.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sun May 14 02:04:07 EDT 2006


Author: jrydbeck
Date: Sun May 14 00:04:05 2006
New Revision: 5946

Log:
Updated references to indices to use quotation marks

Modified:
    vtigercrm/branches/5.0_postgresql_integration/tabdata.php

Modified: vtigercrm/branches/5.0_postgresql_integration/tabdata.php
==============================================================================
--- vtigercrm/branches/5.0_postgresql_integration/tabdata.php (original)
+++ vtigercrm/branches/5.0_postgresql_integration/tabdata.php Sun May 14 00:04:05 2006
@@ -3,7 +3,7 @@
 
 //This file contains the commonly used variables 
 
-$tab_info_array=array(Dashboard=>1,Potentials=>2,Home=>3,Contacts=>4,Accounts=>6,Leads=>7,Notes=>8,Activities=>9,Emails=>10,HelpDesk=>13,Products=>14,Faq=>15,Events=>16,Calendar=>17,Vendors=>18,PriceBooks=>19,Quotes=>20,PurchaseOrder=>21,SalesOrder=>22,Invoice=>23,Rss=>24,Reports=>25,Campaigns=>26,Portal=>27,Webmails=>28);
+$tab_info_array=array('Home'=>3,'Leads'=>7,'Accounts'=>6,'Contacts'=>4,'Potentials'=>2,'Notes'=>8,'Activities'=>9,'Emails'=>10,'HelpDesk'=>13,'Products'=>14,'Dashboard'=>1,'Faq'=>15,'Events'=>16,'Calendar'=>17,'Vendors'=>18,'PriceBooks'=>19,'Quotes'=>20,'PurchaseOrder'=>21,'SalesOrder'=>22,'Invoice'=>23,'Rss'=>24,'Reports'=>25,'Campaigns'=>26,'Portal'=>27,'Webmails'=>28,);
 
-$tab_seq_array=array(1=>0,2=>0,3=>0,4=>0,6=>0,7=>0,8=>0,9=>0,10=>0,13=>0,14=>0,15=>2,16=>2,17=>0,18=>0,19=>0,20=>0,21=>0,22=>0,23=>0,24=>0,25=>0,26=>0,27=>0,);
-?>
+$tab_seq_array=array(3=>0,7=>0,6=>0,4=>0,2=>0,8=>0,9=>0,10=>0,13=>0,14=>0,1=>0,15=>0,16=>2,17=>0,18=>0,19=>0,20=>0,21=>0,22=>0,23=>0,24=>0,25=>0,26=>0,27=>0,28=>0,);
+?>





More information about the vtigercrm-commits mailing list