From 67afa6f99a0e904a3ba8a02e4bd2c59373c97c86 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 31 Oct 2013 08:05:40 -0400 Subject: [PATCH] Fix coding style --- libraries/DBQbe.class.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libraries/DBQbe.class.php b/libraries/DBQbe.class.php index 8caf118c7a..783bad4fd1 100644 --- a/libraries/DBQbe.class.php +++ b/libraries/DBQbe.class.php @@ -548,7 +548,9 @@ class PMA_DbQbe $html_output .= ''; $html_output .= ''; + . ' value="' + . htmlspecialchars($this->_curCriteria[$new_column_count]) + . '" />'; $html_output .= ''; $new_column_count = 0; - for ($column_index = 0; $column_index < $this->_criteria_column_count; $column_index++) { + for ( + $column_index = 0; + $column_index < $this->_criteria_column_count; + $column_index++ + ) { if (! empty($this->_criteriaColumnInsert) && isset($this->_criteriaColumnInsert[$column_index]) && $this->_criteriaColumnInsert[$column_index] == 'on'