@@ -152,7 +152,7 @@ function update_module($db, $module_id, $module)
}
// Debug
- // echo "<p>Module position is " . $pos . " for module " . $currentModuleMenuInfo["menu_name"] . " with ID of " . $module_id . "</p>";
+ echo "<p>Module position is " . $pos . " for module " . $currentModuleMenuInfo["menu_name"] . " with ID of " . $module_id . "</p>";
$db->delModuleMenu($module_id);
if ( isset($module_menus) && is_array($module_menus) )