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>2011-05-01 15:27:04 +0400
committerMarc Delisle <marc@infomarc.info>2011-05-01 15:27:04 +0400
commitd1c6fcc4b687147024fe78df256a02713507519d (patch)
treebaa4015976abaceceda3e9f2deae49673e4d643c /tbl_row_action.php
parent8d862a8cb5c9b8dc37ae1aea10205eec35e68ae8 (diff)
Misleading comments
Diffstat (limited to 'tbl_row_action.php')
-rw-r--r--tbl_row_action.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_row_action.php b/tbl_row_action.php
index cce3f7b38d..b2f28fa4f5 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -72,7 +72,7 @@ switch($submit_mult) {
if (!empty($submit_mult)) {
switch($submit_mult) {
case 'row_edit':
- // As we got the fields to be edited from the
+ // As we got the rows to be edited from the
// 'rows_to_delete' checkbox, we use the index of it as the
// indicating WHERE clause. Then we build the array which is used
// for the tbl_change.php script.
@@ -89,7 +89,7 @@ if (!empty($submit_mult)) {
// Needed to allow SQL export
$single_table = TRUE;
- // As we got the fields to be edited from the
+ // As we got the rows to be exported from the
// 'rows_to_delete' checkbox, we use the index of it as the
// indicating WHERE clause. Then we build the array which is used
// for the tbl_change.php script.