[Vtigercrm-commits] [vtiger-commits] r5992 - /vtigercrm/trunk/include/FormValidationUtil.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 15 07:50:05 EDT 2006
Author: saraj
Date: Mon May 15 05:50:01 2006
New Revision: 5992
Log:
changes made to fix the issue in log entry
Modified:
vtigercrm/trunk/include/FormValidationUtil.php
Modified: vtigercrm/trunk/include/FormValidationUtil.php
==============================================================================
--- vtigercrm/trunk/include/FormValidationUtil.php (original)
+++ vtigercrm/trunk/include/FormValidationUtil.php Mon May 15 05:50:01 2006
@@ -17,7 +17,7 @@
function getDBValidationData($tablearray,$tabid='')
{
global $log;
- $log->debug("Entering getDBValidationData(".$tablearray.",".$tabid=''.") method ...");
+ $log->debug("Entering getDBValidationData(".$tablearray.",".$tabid.") method ...");
$sql = '';
$tab_con = "";
$numValues = count($tablearray);
More information about the vtigercrm-commits
mailing list