From 115ec64b1de2e994b59d025b3670c20f633bcba2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 2 Oct 2014 05:50:43 -0400 Subject: [PATCH] Fix coding style Signed-off-by: Marc Delisle --- libraries/structure.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 6b64a48bea..0b4287844c 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -2514,7 +2514,7 @@ function PMA_updateColumns($db, $table) if ($pmaString->strpos( $sorted_col, PMA_Util::backquote($_REQUEST['field_orig'][$i]) - ) !== false) { + ) !== false) { // delete the whole remembered sort expression $pmatable->removeUiProp(PMA_Table::PROP_SORTED_COLUMN); }