whitespace fixes
a minor re-ordering of the changelog
diff --git a/system/database/DB.php b/system/database/DB.php
index eb25273..ef67c80 100644
--- a/system/database/DB.php
+++ b/system/database/DB.php
@@ -44,8 +44,7 @@
 			show_error('You have specified an invalid database connection group.');

 		}

 		

-		$params = $db[$active_group];			

-	}

+		$params = $db[$active_group]		}

 	elseif (is_string($params))

 	{