Sort emailing submodules by name

This commit is contained in:
Laurent Destailleur 2012-01-26 23:08:20 +01:00
parent 0ab6cec007
commit 78f038766e

View File

@ -275,7 +275,7 @@ if ($mil->fetch($id) >= 0)
}
// Sort $modulenames
// TODO
sort($modulenames);
// Loop on each submodule
foreach($modulenames as $modulename)