undefined variable

This commit is contained in:
Marc Delisle
2002-03-05 19:47:14 +00:00
parent 6cb77cb782
commit 7b9172925e
2 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-03-03 Lo<4C>c Chapeaux <lolo@phpheaven.net>
2002-03-04 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3, undefined variable
2002-03-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/display_tbl.lib.php3, line 1306: fixed a bug reported by Marc
Delisle with the relation feature.

View File

@@ -925,7 +925,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
$vertical_display['data'][$foo][$i] .= '<a href="sql.php3?'
. 'lang=' . $lang . '&amp;server=' . $server
. '&amp;db=' . urlencode($db) . '&amp;table=' . urlencode($map[$primary->name][0])
. '&amp;pos=0&amp;sessionMaxRow=' . $sessionMaxRow . '&amp;dontlimitchars=' . $dontlimitchars
. '&amp;pos=0&amp;sessionMaxRow=' . $session_max_rows . '&amp;dontlimitchars=' . $dontlimitchars
. '&amp;sql_query=' . urlencode('SELECT * FROM ' . PMA_backquote($map[$primary->name][0]) . ' WHERE ' . $map[$primary->name][1] . ' = ' . $row[$pointer]) . '">'
. $row[$pointer] . '</a>';
} else {