X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FTableHierarchy.php;h=7e050e15e6e5c2ceec916e3fa00bd91a9438ee48;hb=20f57460897100cb2aea105c40c16ab16604033a;hp=36e5608b4363fbc48c3e6dbfcb883695618903a6;hpb=03a8c3dcf5d8c3fe76a0551cbdfea259fc40e101;p=civicrm-core.git diff --git a/CRM/Core/TableHierarchy.php b/CRM/Core/TableHierarchy.php index 36e5608b43..7e050e15e6 100644 --- a/CRM/Core/TableHierarchy.php +++ b/CRM/Core/TableHierarchy.php @@ -2,9 +2,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | 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$ * */ @@ -78,6 +78,9 @@ class CRM_Core_TableHierarchy { 'civicrm_mailing_event_trackable_url_open' => '42', ); + /** + * @return array + */ static function &info() { //get the campaign related tables. CRM_Campaign_BAO_Query::info(self::$info);