Index: trunk/kernel/include/modlist.php =================================================================== diff -u -N -r3815 -r5431 --- trunk/kernel/include/modlist.php (.../modlist.php) (revision 3815) +++ trunk/kernel/include/modlist.php (.../modlist.php) (revision 5431) @@ -39,7 +39,7 @@ function LoadModules() { $this->Clear(); - return $this->Query_Item("SELECT * FROM ".$this->SourceTable); + return $this->Query_Item('SELECT * FROM '.$this->SourceTable.' WHERE Loaded = 1'); } function &FindModule($fieldname, $value)