[Vtigercrm-commits] [vtiger-commits] r10907 - /vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 14 06:10:14 EDT 2007


Author: jerrydgeorge
Date: Mon May 14 04:10:03 2007
New Revision: 10907

Log:
Birthday date issue has been fixed

Modified:
    vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php

Modified: vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php
==============================================================================
--- vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php (original)
+++ vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php Mon May 14 04:10:03 2007
@@ -694,7 +694,7 @@
 	global $log;
 	$log->DEBUG("Entering into create_contacts");
 	$log->DEBUG($firstname."Firstisname");
-	$birthdate = "0000-00-00";
+	$birthdate = "";
 	
 	return create_contact1($user_name, $firstname, $lastname, $email,"", "","", $mobile, "",$street,$city,$state,$zipcode,$country,$city,$street,$state,$zipcode,$country,$phone,"","","","",$birthdate,"","");
 	





More information about the vtigercrm-commits mailing list