[Vtigercrm-commits] [vtiger-commits] r9351 - /vtigercrm/trunk/include/utils/CommonUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Sep 7 07:02:39 EDT 2006
Author: richie
Date: Thu Sep 7 05:02:31 2006
New Revision: 9351
Log:
removed junk prints
Modified:
vtigercrm/trunk/include/utils/CommonUtils.php
Modified: vtigercrm/trunk/include/utils/CommonUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/CommonUtils.php (original)
+++ vtigercrm/trunk/include/utils/CommonUtils.php Thu Sep 7 05:02:31 2006
@@ -1616,8 +1616,6 @@
$actionid_array[$actionname]=$actionid;
}
- print_r($actionid_array);
-
//Constructing the actionid=>actionname array with securitycheck=0
$actionname_array=Array();
$sql2="select * from vtiger_actionmapping where securitycheck=0";
@@ -1630,8 +1628,6 @@
$actionname_array[$actionid]=$actionname;
}
- print_r($actionname_array);
-
$filename = 'tabdata.php';
More information about the vtigercrm-commits
mailing list