commit | 993925b47a0bfb08e79961c47bcc3d247a03a5dd | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Thu Aug 21 12:43:31 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Thu Aug 21 12:43:31 2008 +0000 |
tree | 4012e1f02407efb333a20c67e5d7d1cac8249b9f | |
parent | 719b65d54a85337c5616a781eff07d5031c106e9 [diff] [blame] |
whitespace fixes a minor re-ordering of the changelog
diff --git a/system/database/DB_result.php b/system/database/DB_result.php index d8d0d0d..2a7824f 100644 --- a/system/database/DB_result.php +++ b/system/database/DB_result.php
@@ -104,7 +104,7 @@ return array(); } - $this->_data_seek(0); + $this->_data_seek(0); while ($row = $this->_fetch_assoc()) { $this->result_array[] = $row;