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:
authorMichal Čihař <mcihar@novell.com>2011-03-18 16:42:07 +0300
committerMichal Čihař <mcihar@novell.com>2011-03-18 16:42:07 +0300
commitff80c4d7f1aac7086733a1b8d8afe6b3071ce0b8 (patch)
treef2e0ec53da97c6d9df241833fb2448ec23d18fab /tbl_row_action.php
parentcb377c360c79790aefc2427c363c3ca60900503d (diff)
Whitespace cleanup
Diffstat (limited to 'tbl_row_action.php')
-rw-r--r--tbl_row_action.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tbl_row_action.php b/tbl_row_action.php
index d44e808a3e..7e0f79287a 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -77,9 +77,9 @@ require_once './libraries/header.inc.php';
if (!empty($submit_mult)) {
switch($submit_mult) {
case 'row_edit':
- // As we got the fields to be edited from the
+ // As we got the fields 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
+ // indicating WHERE clause. Then we build the array which is used
// for the tbl_change.php script.
$where_clause = array();
foreach ($_REQUEST['rows_to_delete'] as $i_where_clause => $del_query) {
@@ -94,9 +94,9 @@ 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 fields 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
+ // indicating WHERE clause. Then we build the array which is used
// for the tbl_change.php script.
$where_clause = array();
foreach ($_REQUEST['rows_to_delete'] as $i_where_clause => $del_query) {