Browse Source

Refactor the database connector.

Taylor Otwell 13 years ago
parent
commit
3d30f9f855
1 changed files with 2 additions and 4 deletions
  1. 2 4
      system/db/connection.php

+ 2 - 4
system/db/connection.php

@@ -78,10 +78,8 @@ class Connection {
 		{
 			return $query->rowCount();
 		}
-		else
-		{
-			return $result;
-		}
+
+		return $result;
 	}
 
 	/**