diff --git a/ChangeLog b/ChangeLog index e469aafb8..19d4cc03f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,9 @@ $Source$ * db_datadict.php: Patch #950726 (minor CSS fixes) thanks to Adam Shantz (musus). * lang/german-*.inc.php: Updates. + * db_details_structure.php, main.php: + - coding standards; + - removed debug code. 2004-05-09 Marc Delisle * tbl_properties_operations.php, lang/*: InnoDB table defragmentation diff --git a/db_details_structure.php b/db_details_structure.php index dc906c6cb..864c2d329 100644 --- a/db_details_structure.php +++ b/db_details_structure.php @@ -318,7 +318,7 @@ else { /> - > + >     @@ -346,17 +346,17 @@ else { ?> - - - - - - - - - - + + + + + + + + + + 0) { // defined in the "common.lib.php" library) // Note: if no controluser is defined, $dbh contains $userlink - $is_create_priv = true; + $is_create_priv = FALSE; $is_process_priv = TRUE; $is_reload_priv = FALSE;