Index: branches/5.0.x/core/units/phrases/phrases_config.php =================================================================== diff -u -r12734 -r12886 --- branches/5.0.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 12734) +++ branches/5.0.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 12886) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'Module' => Array ( 'type' => 'string', - 'formatter' => 'kOptionsFormatter', 'options'=>Array ('' => ''), 'options_sql' => 'SELECT %s FROM '.TABLE_PREFIX.'Modules WHERE Loaded = 1 ORDER BY LoadOrder', 'option_key_field' => 'Name', 'option_title_field' => 'Name', - 'not_null' => 1, 'default' => 'In-Portal' + 'formatter' => 'kOptionsFormatter', 'options' => Array ('' => ''), 'options_sql' => 'SELECT %s FROM ' . TABLE_PREFIX . 'Modules WHERE (Loaded = 1) AND (Name <> "In-Portal") ORDER BY LoadOrder', 'option_key_field' => 'Name', 'option_title_field' => 'Name', + 'not_null' => 1, 'default' => 'Core' ), ),