[-] BO : Sort import files in select

This commit is contained in:
gRoussac
2013-09-26 15:13:34 +02:00
parent 7a7a2fb8c3
commit 8c1240cb2c
@@ -2553,9 +2553,6 @@ class AdminImportControllerCore extends AdminController
protected static function usortFiles($a, $b)
{
$a = strrev(substr(strrev($a), 0, 14));
$b = strrev(substr(strrev($b), 0, 14));
if ($a == $b)
return 0;