Changed coding style to the project coding style.

This commit is contained in:
Jan Brejcha 2013-05-03 08:13:46 +02:00 committed by Marc Delisle
parent 64cb3de415
commit 1bcb4a281b

View File

@ -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 " ";
}