[#62] update commenting for PHP8
#[ is no longer interpreted as the start of a comment, as this syntax is now used for attributes.
This commit is contained in:
parent
5d41d0f460
commit
fe1ee908c1
|
|
@ -49,8 +49,8 @@ $target_url = $target_civicrm . '/civicrm/mailing/url';
|
|||
$target_open = $target_civicrm . '/civicrm/mailing/open';
|
||||
|
||||
// CAUTION: use the following for CiviCRM < 5.27 or "Extern URL Style" = "Standalone Scripts"
|
||||
#$target_url = $target_civicrm . '/sites/all/modules/civicrm/extern/url.php';
|
||||
#$target_open = $target_civicrm . '/sites/all/modules/civicrm/extern/open.php';
|
||||
//$target_url = $target_civicrm . '/sites/all/modules/civicrm/extern/url.php';
|
||||
//$target_open = $target_civicrm . '/sites/all/modules/civicrm/extern/open.php';
|
||||
|
||||
|
||||
/****************************************************************
|
||||
|
|
|
|||
Loading…
Reference in New Issue