Fix typos (bug #1597137).
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - ChangeLog
|
|||||||
$Id$
|
$Id$
|
||||||
$HeadURL$
|
$HeadURL$
|
||||||
|
|
||||||
|
2006-11-19 Michal Čihař <michal@cihar.com>
|
||||||
|
* 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 <lem9@users.sourceforge.net>
|
2006-11-19 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* pmd_general.php, pmd_get_info.php, pmd/scripts/move.js,
|
* pmd_general.php, pmd_get_info.php, pmd/scripts/move.js,
|
||||||
pmd_relation_new.php, lang/*: support internal relations also
|
pmd_relation_new.php, lang/*: support internal relations also
|
||||||
|
@@ -215,7 +215,7 @@ function PMA_DBI_get_tables($database, $link = null)
|
|||||||
* @param string $table table
|
* @param string $table table
|
||||||
* @param boolean|string $tbl_is_group $table is a table group
|
* @param boolean|string $tbl_is_group $table is a table group
|
||||||
* @param resource $link mysql link
|
* @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,
|
function PMA_DBI_get_tables_full($database, $table = false,
|
||||||
$tbl_is_group = false, $link = null)
|
$tbl_is_group = false, $link = null)
|
||||||
|
@@ -194,7 +194,7 @@ table tr.even {
|
|||||||
text-align: <?php echo $left; ?>;
|
text-align: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* marked tbale rows */
|
/* marked table rows */
|
||||||
table tr.marked th,
|
table tr.marked th,
|
||||||
table tr.marked {
|
table tr.marked {
|
||||||
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
||||||
|
@@ -169,7 +169,7 @@ table tr.even {
|
|||||||
text-align: <?php echo $left; ?>;
|
text-align: <?php echo $left; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* marked tbale rows */
|
/* marked table rows */
|
||||||
table tr.marked th,
|
table tr.marked th,
|
||||||
table tr.marked {
|
table tr.marked {
|
||||||
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
|
||||||
|
Reference in New Issue
Block a user