From 1bcb4a281bc7e48401cb9eed2eb135e2985bfced Mon Sep 17 00:00:00 2001 From: Jan Brejcha Date: Fri, 3 May 2013 08:13:46 +0200 Subject: [PATCH] Changed coding style to the project coding style. --- sql.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sql.php b/sql.php index b40fcf5276..f8e44932d7 100644 --- a/sql.php +++ b/sql.php @@ -995,8 +995,7 @@ if ((0 == $num_rows && 0 == $unlim_num_rows) || $is_affected) { if (strlen($goto) > 0){ $active_page = $goto; include '' . $goto; - } - else{ + } else { echo " "; }