From 3ccfc6fe883f4e3775d7aeaf49fe07d7d915ff56 Mon Sep 17 00:00:00 2001 From: Kasun Chathuranga Date: Tue, 11 Jun 2013 21:55:56 +0530 Subject: [PATCH] Fix indentation --- db_tracking.php | 15 +++++++-------- libraries/insert_edit.lib.php | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/db_tracking.php b/db_tracking.php index 6d0df6ca28..4df1688e8c 100644 --- a/db_tracking.php +++ b/db_tracking.php @@ -68,7 +68,7 @@ $all_tables_result = PMA_queryAsControlUser($all_tables_query); // If a HEAD version exists if ($GLOBALS['dbi']->numRows($all_tables_result) > 0) { -?> + ?>

@@ -151,7 +151,7 @@ if ($GLOBALS['dbi']->numRows($all_tables_result) > 0) {
- $value) { // If untracked tables exist if (isset($my_tables)) { -?> + ?>

@@ -200,7 +200,7 @@ if (isset($my_tables)) { -'; $my_link .= PMA_Util::getIcon('eye.png', __('Track table')); $my_link .= ''; - ?> + ?> -
- - 0) { diff --git a/libraries/insert_edit.lib.php b/libraries/insert_edit.lib.php index 1365715763..6e59ec8a24 100644 --- a/libraries/insert_edit.lib.php +++ b/libraries/insert_edit.lib.php @@ -2156,7 +2156,7 @@ function PMA_getCurrentValueAsAnArrayForMultipleEdit($multi_edit_colummns, return $multi_edit_funcs[$key] . '(' . $current_value . ",'" . PMA_Util::sqlAddSlashes($multi_edit_salt[$key]) . "')"; } else { - return $multi_edit_funcs[$key] . '(' . $current_value . ')'; + return $multi_edit_funcs[$key] . '(' . $current_value . ')'; } } else { return $multi_edit_funcs[$key] . '()';