phpcs - Fix error, "Expected 1 newline at end of file; XXX found".
[civicrm-core.git] / CRM / Core / Smarty / plugins / modifier.substring.php
index 8272bcffd1ce66d63ad871933cb66891d3322a64..c2e7cb755629b44cd50b1e90497ec29f3c2565db 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -58,4 +58,3 @@
 function smarty_modifier_substring($string, $position, $length) {
   return substr($string, $position, $length);
 }
-