CRM-14747 - Profiles - Fixed error caused by profile fields with empty labels
[civicrm-core.git] / CRM / Core / BAO / ActionLog.php
index daf18ae9ac32d979039a6265bf176dcd614ea180..d57a53da1f5176bc7f42b86ae41a45bd3b2e2b63 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
  | Copyright (C) 2011 Marty Wright                                    |
  | Licensed to CiviCRM under the Academic Free License version 3.0.   |
@@ -29,7 +29,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -42,6 +42,8 @@ class CRM_Core_BAO_ActionLog extends CRM_Core_DAO_ActionLog {
   /**
    * Create or update an action log entry
    *
+   * @param $params
+   *
    * @return actionLog array
    * @access public
    */