http://www.atutor.ca/atutor/mantis/view.php?id=2287
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Thu, 31 Aug 2006 18:53:13 +0000 (18:53 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Thu, 31 Aug 2006 18:53:13 +0000 (18:53 -0000)
docs/include/classes/Module/Module.class.php

index f2c5e01..d3d59c5 100644 (file)
@@ -141,7 +141,7 @@ class ModuleFactory {
        // private
        // used for sorting modules
        function compare($a, $b) {
-               return strnatcmp($a->getName(), $b->getName());
+               return strnatcasecmp($a->getName(), $b->getName());
        }
 }