X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPCP%2FPage%2FPCP.php;h=2b3972b08b18bf5a79c917d7499de5c2c420a18c;hb=b44e3f8468ceba3e1b321d31dd2e35a1aa1a5d9a;hp=9298a9692676a6724ac7f0c647d9a4bab9d01e96;hpb=95d8ddc04c08360567c00283822622fb8bcb0b35;p=civicrm-core.git diff --git a/CRM/PCP/Page/PCP.php b/CRM/PCP/Page/PCP.php index 9298a96926..2b3972b08b 100644 --- a/CRM/PCP/Page/PCP.php +++ b/CRM/PCP/Page/PCP.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -39,14 +39,14 @@ class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic { /** - * The action links that we need to display for the browse screen + * The action links that we need to display for the browse screen. * * @var array */ static $_links = NULL; /** - * Get BAO Name + * Get BAO Name. * * @return string * Classname of BAO. @@ -56,7 +56,7 @@ class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic { } /** - * Get action Links + * Get action Links. * * @return array * (reference) of action links @@ -234,7 +234,7 @@ class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic { } // get all event pages. pcp campaign start and end dates for event related pcp's use the online registration start and end dates, - // altho if target is contribution page this might not be correct. fixme? dgg + // although if target is contribution page this might not be correct. fixme? dgg $query = "SELECT id, title, start_date, end_date, registration_start_date, registration_end_date FROM civicrm_event WHERE is_template IS NULL OR is_template != 1"; @@ -356,7 +356,7 @@ class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic { } /** - * Get name of edit form + * Get name of edit form. * * @return string * Classname of edit form. @@ -366,7 +366,7 @@ class CRM_PCP_Page_PCP extends CRM_Core_Page_Basic { } /** - * Get edit form name + * Get edit form name. * * @return string * name of this page.