[Vtigercrm-commits] [vtiger-commits] r9361 - /vtigercrm/trunk/index.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Sep 9 04:20:05 EDT 2006


Author: richie
Date: Sat Sep  9 02:19:43 2006
New Revision: 9361

Log:
Postgres fixes by Jens done --By Don

Modified:
    vtigercrm/trunk/index.php

Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Sat Sep  9 02:19:43 2006
@@ -382,7 +382,7 @@
 		else
 			$auditrecord = $record;	
 
-		$date_var = date('YmdHis');
+		$date_var = $adb->formatDate(date('YmdHis'));
 		if ($action != 'chat')
 		{	
 			$query = "insert into vtiger_audit_trial values(".$adb->getUniqueID('vtiger_audit_trial').",".$current_user->id.",'".$module."','".$action."','".$auditrecord."',$date_var)";





More information about the vtigercrm-commits mailing list