Merge pull request #4696 from colemanw/CRM-15669
[civicrm-core.git] / CRM / Event / Page / ManageEvent.php
index 3d439a686bcf63aae8cf6499ee94f1997b5f2ea5..6273688e5670a29f4c58c63c1cd287b0525eadce 100644 (file)
@@ -186,7 +186,6 @@ class CRM_Event_Page_ManageEvent extends CRM_Core_Page {
    * Finally it calls the parent's run method.
    *
    * @return void
-   * @access public
    *
    */
   public function run() {
@@ -399,7 +398,6 @@ ORDER BY start_date desc
    * all the fields in the event wizard
    *
    * @return void
-   * @access public
    */
   public function copy() {
     $id = CRM_Utils_Request::retrieve('id', 'Positive', $this, TRUE, 0, 'GET');
@@ -572,4 +570,3 @@ SELECT count(id)
     $this->assign('aToZ', $aToZBar);
   }
 }
-