[Vtigercrm-commits] [vtiger-commits] r5550 - /vtigercrm/trunk/include/PopulateCustomFieldTables.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 23:43:02 EDT 2006
Author: saraj
Date: Thu Apr 27 21:42:59 2006
New Revision: 5550
Log:
logs entries inserted in all functions
Modified:
vtigercrm/trunk/include/PopulateCustomFieldTables.php
Modified: vtigercrm/trunk/include/PopulateCustomFieldTables.php
==============================================================================
--- vtigercrm/trunk/include/PopulateCustomFieldTables.php (original)
+++ vtigercrm/trunk/include/PopulateCustomFieldTables.php Thu Apr 27 21:42:59 2006
@@ -10,6 +10,9 @@
require_once('include/database/PearDatabase.php');
function create_custom_field_tables ()
{
+ global $log;
+ $log->debug("Entering create_custom_field_tables () method ...");
global $adb;
+ $log->debug("Exiting create_custom_field_tables method ...");
}
?>
More information about the vtigercrm-commits
mailing list