Path : /hermes/bosweb/b1705/admin.my-es.com/old/libraries/joomla/string/ |
Current < : /hermes/bosweb/b1705/admin.my-es.com/old/libraries/joomla/string/stringnormalize.php |
<?php /** * @package Joomla.Platform * @subpackage String * * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die; JLog::add('JStringNormalize has moved to jimport(\'joomla.string.normalise\'), please update your code.', JLog::WARNING, 'deprecated'); require_once JPATH_PLATFORM . '/joomla/string/normalise.php';