commit | 07ad666409b60610a1e5b07368506f9f0ca45b22 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Oct 03 06:12:52 2006 +0000 |
committer | admin <devnull@localhost> | Tue Oct 03 06:12:52 2006 +0000 |
tree | c12fb70383b464e5a411c6ad8df181316fd9b0d2 | |
parent | f6edc53e00677d5ec3859ab7fd50bb2c84fc2e6a [diff] |
diff --git a/system/database/DB_result.php b/system/database/DB_result.php index 32c51e0..3bd43ba 100644 --- a/system/database/DB_result.php +++ b/system/database/DB_result.php
@@ -70,7 +70,7 @@ if (count($this->result_object) == 0) { - return FALSE; + return array(); } return $this->result_object; @@ -98,7 +98,7 @@ if (count($this->result_array) == 0) { - return FALSE; + return array(); } return $this->result_array;