Fix spelling and capitalization of Contact ID and External ID
[civicrm-core.git] / CRM / Utils / Date.php
index 6f0a311c0a70b3f8c19e7c732c85c27f1c77e383..74a450db7876875fab484533487245425bd20f8e 100644 (file)
@@ -463,6 +463,9 @@ class CRM_Utils_Date {
 
   /**
    * converts the date/datetime from ISO format to MySQL format
+   * Note that until CRM-14986/ 4.4.7 this was required whenever the pattern $dao->find(TRUE): $dao->save(); was
+   * used to update an object with a date field was used. The DAO now checks for a '-' in date field strings
+   * & runs this function if the - appears - meaning it is likely redundant in the form & BAO layers
    *
    * @param string $iso  date/datetime in ISO format
    *