diff --git a/ChangeLog b/ChangeLog index eb4f987cd..eb4ecf790 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL$ +2006-11-19 Michal Čihař + * themes/darkblue_orange/css/theme_right.css.php, + themes/original/css/theme_right.css.php, + libraries/database_interface.lib.php: Fix typos (bug #1597137). + 2006-11-19 Marc Delisle * pmd_general.php, pmd_get_info.php, pmd/scripts/move.js, pmd_relation_new.php, lang/*: support internal relations also diff --git a/libraries/database_interface.lib.php b/libraries/database_interface.lib.php index e929febc1..04c46c28c 100644 --- a/libraries/database_interface.lib.php +++ b/libraries/database_interface.lib.php @@ -215,7 +215,7 @@ function PMA_DBI_get_tables($database, $link = null) * @param string $table table * @param boolean|string $tbl_is_group $table is a table group * @param resource $link mysql link - * @return array list of tbales in given db(s) + * @return array list of tables in given db(s) */ function PMA_DBI_get_tables_full($database, $table = false, $tbl_is_group = false, $link = null) diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index a6bb0dc31..2c1ed58af 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -194,7 +194,7 @@ table tr.even { text-align: ; } -/* marked tbale rows */ +/* marked table rows */ table tr.marked th, table tr.marked { background: ; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 86913b57e..f32cf4ad0 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -169,7 +169,7 @@ table tr.even { text-align: ; } -/* marked tbale rows */ +/* marked table rows */ table tr.marked th, table tr.marked { background: ;