Skip to content

Commit

Permalink
(NFC) Update stale GenCode checksums
Browse files Browse the repository at this point in the history
The checksums in `CRM/Activity/DAO/Activity.php` and `CRM/Core/DAO/AllCoreTables.data.php` are
stale (although the logic is current).

Probable explanation: there was a recent whitespace cleanup to
`xml/schema/Activity/Activity.xml` (165a7fc).  This would affect the
checksum of anything derived from there -- but it wouldn't cause a
substantive change.
  • Loading branch information
totten committed Mar 24, 2017
1 parent 1753660 commit 46ba566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/Activity/DAO/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Generated from xml/schema/CRM/Activity/Activity.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:29ee24c7bf76054dc9724f5629c7ebbf)
* (GenCodeChecksum:930da5a4b8385e51634ab96640875dd5)
*/
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:fc886bdfa2a4995f67b67d9d1eaabf3c)
// (GenCodeChecksum:f1f64f850f70933e05905e87a93ed916)
return array(
'CRM_Core_DAO_AddressFormat' => array(
'name' => 'AddressFormat',
Expand Down

0 comments on commit 46ba566

Please sign in to comment.