Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.0
-
Fix Version/s: 4.4.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
There may be an issue in the generation of the DAO. For instance,
CRM/Contact/DAO/Contact.php, line 953 :
'default' => 'UL',
line 960 :
'default' => 'URRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAM',
The XML is correct, generated SQL as well.