bug 579785
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-07-18 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/display_tbl.lib.php3: bug 579785, Edit links URLs too long
|
||||
for some browsers
|
||||
|
||||
2002-07-18 Steve Alberty <staybyte@users.sourceforge.net>
|
||||
* db_details_structure.php3: correct wrong link from table size to stats
|
||||
|
||||
|
@@ -878,10 +878,13 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
|
||||
|
||||
// 1.2.1 Modify link(s)
|
||||
if ($is_display['edit_lnk'] == 'ur') { // update row case
|
||||
$lnk_goto = 'sql.php3'
|
||||
. '?' . str_replace('&', '&', $url_query)
|
||||
. '&sql_query=' . urlencode($sql_query)
|
||||
. '&goto=' . (empty($goto) ? 'tbl_properties.php3' : $goto);
|
||||
// $lnk_goto = 'sql.php3'
|
||||
// . '?' . str_replace('&', '&', $url_query)
|
||||
// . '&sql_query=' . urlencode($sql_query)
|
||||
// . '&goto=' . (empty($goto) ? 'tbl_properties.php3' : $goto);
|
||||
// to reduce the length of the URL, because of some browsers limitations:
|
||||
$lnk_goto = 'sql.php3';
|
||||
|
||||
$edit_url = 'tbl_change.php3'
|
||||
. '?' . $url_query
|
||||
. '&primary_key=' . $uva_condition
|
||||
|
Reference in New Issue
Block a user