Index: branches/unlabeled/unlabeled-1.106.2/globals.php =================================================================== diff -u -r5401 -r5467 --- branches/unlabeled/unlabeled-1.106.2/globals.php (.../globals.php) (revision 5401) +++ branches/unlabeled/unlabeled-1.106.2/globals.php (.../globals.php) (revision 5467) @@ -1571,6 +1571,7 @@ $sql = 'SELECT imp.* , m.LoadOrder FROM '.TABLE_PREFIX.'ImportScripts imp LEFT JOIN '.TABLE_PREFIX.'Modules m ON m.Name = imp.is_Module + WHERE m.Loaded = 1 ORDER BY m.LoadOrder'; $db =& GetADODBConnection();