Whitespace cleanup

This commit is contained in:
Michal Čihař
2011-03-18 14:42:07 +01:00
parent cb377c360c
commit ff80c4d7f1

View File

@@ -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) {