missing symbol
This commit is contained in:
parent
081e30e651
commit
33267e55b7
@ -573,7 +573,7 @@ function PMA_getHtmlForInsertEmptyDropActionLinks($tbl_url_query, $table_is_view
|
||||
$html_output = '<td class="insert_table center">'
|
||||
. '<a '
|
||||
. ($GLOBALS['cfg']['AjaxEnable'] ? 'class="ajax"' : '')
|
||||
. ' href="tbl_change.php' . $tbl_url_query . '">'
|
||||
. ' href="tbl_change.php?' . $tbl_url_query . '">'
|
||||
. $titles['Insert']
|
||||
. '</a></td>';
|
||||
$html_output .= '<td class="center">' . $empty_table . '</td>';
|
||||
@ -587,7 +587,7 @@ function PMA_getHtmlForInsertEmptyDropActionLinks($tbl_url_query, $table_is_view
|
||||
$html_output .= ' view';
|
||||
}
|
||||
$html_output .= '"';
|
||||
}
|
||||
}
|
||||
$html_output .= 'href="sql.php?' . $tbl_url_query
|
||||
. '&reload=1&purge=1&sql_query='
|
||||
. urlencode($drop_query) . '&message_to_show='
|
||||
|
||||
Loading…
Reference in New Issue
Block a user