Skip to content
Snippets Groups Projects
Commit ac0be5dc authored by Mathieu's avatar Mathieu
Browse files

FIX #18461 TIME 0:05 remove

parent 2127246e
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ class TextFormatModel
$a = 'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûýýþÿŔŕ';
$b = 'aaaaaaaceeeeiiiidnoooooouuuuybsaaaaaaaceeeeiiiidnoooooouuuyybyRr';
$test = 'ok';
$string = utf8_decode($aArgs['string']);
$string = strtr($string, utf8_decode($a), $b);
$string = strtolower($string);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment