Update Date.php
[civicrm-core.git] / CRM / Core / TableHierarchy.php
index 6cb94caa34be61d8c914cabf7d28e7d49eab7a90..7e050e15e6e5c2ceec916e3fa00bd91a9438ee48 100644 (file)
@@ -2,9 +2,9 @@
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -30,7 +30,7 @@
  * Class representing the table relationships
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -58,7 +58,7 @@ class CRM_Core_TableHierarchy {
     'civicrm_entity_tag' => '22',
     'civicrm_note' => '23',
     'civicrm_contribution' => '24',
-                         'civicrm_financial_type'    => '25',
+    'civicrm_financial_type'    => '25',
     'civicrm_participant' => '26',
     'civicrm_event' => '27',
     'civicrm_worldregion' => '28',
@@ -68,15 +68,19 @@ class CRM_Core_TableHierarchy {
     'case_relation_type' => '32',
     'civicrm_activity' => '33',
     'civicrm_mailing_summary' => '34',
-    'civicrm_mailing_event_queue' => '35',
-    'civicrm_mailing_job' => '36',
-    'civicrm_mailing' => '37',
-    'civicrm_mailing_event_bounce' => '38',
-    'civicrm_mailing_event_opened' => '39',
-    'civicrm_mailing_event_reply' => '40',
-    'civicrm_mailing_event_trackable_url_open' => '41',
+    'civicrm_mailing_recipients' => '35',
+    'civicrm_mailing' => '36',
+    'civicrm_mailing_job' => '37',
+    'civicrm_mailing_event_queue' => '38',
+    'civicrm_mailing_event_bounce' => '39',
+    'civicrm_mailing_event_opened' => '40',
+    'civicrm_mailing_event_reply' => '41',
+    'civicrm_mailing_event_trackable_url_open' => '42',
   );
 
+  /**
+   * @return array
+   */
   static function &info() {
     //get the campaign related tables.
     CRM_Campaign_BAO_Query::info(self::$info);