diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index a3e92b3e2..e92beee71 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -626,9 +626,13 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ while ($row = mysql_fetch_array($dt_result)) { $bgcolor = ($foo % 2) ? $GLOBALS['cfgBgcolorOne'] : $GLOBALS['cfgBgcolorTwo']; + // loic1: pointer code part + $on_mouse = ($GLOBALS['cfgBrowsePointerColor'] == '') + ? '' + : ' onmouseover="setPointer(this, \'' . $GLOBALS['cfgBrowsePointerColor'] . '\')" onmouseout="setPointer(this, \'' . $bgcolor . '\')"'; ?> - +>