Skip to content

Commit

Permalink
Merge pull request civicrm#10013 from seanmadsen/GenCodeChecksum
Browse files Browse the repository at this point in the history
New GenCodeChecksum for auto-generated DAO files
  • Loading branch information
eileenmcnaughton authored Mar 18, 2017
2 parents 7f37140 + fa8a95c commit 259d56d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CRM/Case/DAO/Case.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Generated from xml/schema/CRM/Case/Case.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:1291e7482bee7a47f020de128e9587f7)
* (GenCodeChecksum:4e1de0ce877b15b7ab3f394dad97c5ac)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
Expand Down
2 changes: 1 addition & 1 deletion CRM/Core/DAO/AllCoreTables.data.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
+--------------------------------------------------------------------+
*/
// (GenCodeChecksum:cc2bcf9042dba71a302a4072f41762cc)
// (GenCodeChecksum:2d00b723ca52ca6cb6e6ce01e51cd673)
return array(
'CRM_Core_DAO_AddressFormat' => array(
'name' => 'AddressFormat',
Expand Down
2 changes: 1 addition & 1 deletion CRM/Financial/DAO/PaymentProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Generated from xml/schema/CRM/Financial/PaymentProcessor.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:d5485d41addbdca4a391125775dea22c)
* (GenCodeChecksum:1a8c248f76428a0d765483634cf988f7)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
Expand Down

0 comments on commit 259d56d

Please sign in to comment.