Skip to content

Commit

Permalink
Link to new FAQ entry
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Jul 20, 2015
1 parent 26df810 commit 19c9ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/sql_query_form.lib.php
Expand Up @@ -265,6 +265,7 @@ function PMA_getHtmlForSqlQueryFormInsert(
$html .= '<div>';
$html .= '<input type="checkbox" name="parameterized" id="parameterized" />';
$html .= '<label for="parameterized">' . __('Bind parameters') . '</label>';
$html .= PMA_Util::showDocu('faq', 'faq6-40');
$html .= '<div id="parametersDiv"></div>';
$html .= '</div>';

Expand Down

0 comments on commit 19c9ab5

Please sign in to comment.