migrate/(export,import)JSON.php - Syntax cleanup
authorTim Otten <totten@civicrm.org>
Wed, 17 Aug 2016 01:57:07 +0000 (18:57 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 17 Aug 2016 01:57:07 +0000 (18:57 -0700)
bin/migrate/exportJSON.php
bin/migrate/importJSON.php

index 1040afc18021929562a5885c1a5794946d2464ce..9c49eb3f124d0b4f2750b753a2c8779e5b67f0d7 100644 (file)
@@ -38,7 +38,7 @@ function run() {
   $config = CRM_Core_Config::singleton();
 
   // this does not return on failure
-  CRM_Utils_System::authenticateScript( true );
+  CRM_Utils_System::authenticateScript(TRUE);
   if (!CRM_Core_Permission::check('administer CiviCRM')) {
     CRM_Utils_System::authenticateAbort("User does not have required permission (administer CiviCRM).\n", TRUE);
   }
index 21a23b2556cb235e9234ebddda0a71475615b420..ab13914022bd8c3f73878945904d80fbacd04bc3 100644 (file)
@@ -38,7 +38,7 @@ function run() {
   $config = CRM_Core_Config::singleton();
 
   // this does not return on failure
-  CRM_Utils_System::authenticateScript( true );
+  CRM_Utils_System::authenticateScript(TRUE);
   if (!CRM_Core_Permission::check('administer CiviCRM')) {
     CRM_Utils_System::authenticateAbort("User does not have required permission (administer CiviCRM).\n", TRUE);
   }