From c0d842906caa783bc9a67d3ed5b00bbbf8f235ce Mon Sep 17 00:00:00 2001 From: Spun Nakandala Date: Tue, 30 Jul 2013 21:50:44 +0530 Subject: [PATCH] updated the comment. --- tbl_change.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_change.php b/tbl_change.php index 7e810b8f8b..78698b77f5 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -70,7 +70,7 @@ $scripts->addFile('gis_data_editor.js'); /** * Displays the query submitted and its result * - * @todo where does $disp_message and $disp_query come from??? + * $disp_message come from tbl_replace.php */ if (! empty($disp_message)) { $response->addHTML(PMA_Util::getMessage($disp_message, null));