| Current Path : /home/sunflowe/www2/vacancesfloride/libraries/joomla/string/ |
| Current File : /home/sunflowe/www2/vacancesfloride/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';