fix version in header
[civicrm-core.git] / CRM / Contact / BAO / Individual.php
index 341781d20b69be5038d6ad3741b40a36320d83ef..131ef50b7af2b421aa815f9a5fe6b700f4ddc8b3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -333,7 +333,7 @@ class CRM_Contact_BAO_Individual extends CRM_Contact_DAO_Contact {
   }
 
   /**
-   * regenerates display_name for contacts with given prefixes/suffixes
+   * Regenerates display_name for contacts with given prefixes/suffixes
    *
    * @param array $ids     the array with the prefix/suffix id governing which contacts to regenerate
    * @param int   $action  the action describing whether prefix/suffix was UPDATED or DELETED
@@ -380,7 +380,7 @@ class CRM_Contact_BAO_Individual extends CRM_Contact_DAO_Contact {
   }
 
   /**
-   * creates display name
+   * Creates display name
    *
    * @return string  the constructed display name
    */