From 576008a72f44c91ad69e21845f4a811a68ec482b Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Tue, 29 Oct 2013 23:33:00 +0530 Subject: [PATCH] Typo Fix in comment --- tbl_replace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_replace.php b/tbl_replace.php index 55e53d9993..936be7357c 100644 --- a/tbl_replace.php +++ b/tbl_replace.php @@ -41,7 +41,7 @@ $scripts->addFile('sql.js'); $scripts->addFile('indexes.js'); $scripts->addFile('gis_data_editor.js'); -// check whether insert row moode, if so include tbl_change.php +// check whether insert row mode, if so include tbl_change.php PMA_isInsertRow(); $after_insert_actions = array('new_insert', 'same_insert', 'edit_next');