patch #2553372 [display] DB comment tooltips not shown on navi

This commit is contained in:
Marc Delisle
2009-02-01 12:52:18 +00:00
parent 3755869d83
commit 5b379a3e81
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- patch #2538358 [display] Conditions for relational display field, - patch #2538358 [display] Conditions for relational display field,
thanks to Virsacer - virsacer thanks to Virsacer - virsacer
+ [lang] Mongolian update, thanks to Bayarsaikhan Enkhtaivan - bayaraa + [lang] Mongolian update, thanks to Bayarsaikhan Enkhtaivan - bayaraa
- patch #2553372 [display] DB comment tooltips not shown on navi,
thanks to Erdem - ahard
3.1.2.0 (2009-01-19) 3.1.2.0 (2009-01-19)
- bug #1253252 [display] Can't NULL a column with relation defined - bug #1253252 [display] Can't NULL a column with relation defined

View File

@@ -293,7 +293,7 @@ require_once './libraries/List.class.php';
$db_tooltip = ''; $db_tooltip = '';
if (isset($db_tooltips[$db])) { if (isset($db_tooltips[$db])) {
$db_tooltip = $_db_tooltips[$db]; $db_tooltip = $db_tooltips[$db];
} }
$pos = false; $pos = false;