From b30276934a4ba80539a7d168a3a49c0d93db4a09 Mon Sep 17 00:00:00 2001 From: Andrew Cormick-Dockery Date: Wed, 3 Feb 2016 21:02:26 +0000 Subject: [PATCH] Jenkins build 7843: correct comment coding standard issues --- CRM/Mailing/Event/BAO/TrackableURLOpen.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Mailing/Event/BAO/TrackableURLOpen.php b/CRM/Mailing/Event/BAO/TrackableURLOpen.php index 02c364be86..2f349f6d0d 100755 --- a/CRM/Mailing/Event/BAO/TrackableURLOpen.php +++ b/CRM/Mailing/Event/BAO/TrackableURLOpen.php @@ -81,8 +81,8 @@ class CRM_Mailing_Event_BAO_TrackableURLOpen extends CRM_Mailing_Event_DAO_Track ); if (!$search->fetch()) { - /* Can't find either the URL or the queue. If we can find the URL then - return the URL without tracking. Otherwise return the base URL. */ + // Can't find either the URL or the queue. If we can find the URL then + // return the URL without tracking. Otherwise return the base URL. $search->query("SELECT $turl.url as url from $turl WHERE $turl.id = " . CRM_Utils_Type::escape($url_id, 'Integer') -- 2.25.1