Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2010-03-22 20:24:48 +0300
committerMarc Delisle <marc@infomarc.info>2010-03-22 20:24:48 +0300
commit0f6215f70ed47a1c26743dab636fb74042d98833 (patch)
tree8505a9e0e3b51493b8b1ced0a4e36b2a7fc9aee8 /tbl_row_action.php
parente859e311496ae25e1c6de6412084bc336f0798b9 (diff)
testing before merge
Diffstat (limited to 'tbl_row_action.php')
-rw-r--r--tbl_row_action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_row_action.php b/tbl_row_action.php
index d72c7d5373..efcc74d7b2 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -43,7 +43,7 @@ if (isset($_REQUEST['submit_mult'])) {
$submit_mult = 'row_export';
}
-// garvin: If the 'Ask for confirmation' button was pressed, this can only come
+// If the 'Ask for confirmation' button was pressed, this can only come
// from 'delete' mode, so we set it straight away.
if (isset($_REQUEST['mult_btn'])) {
$submit_mult = 'row_delete';