commit | eb22d544c4ea1993fcbdad0404ce9ec65d0410be | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Tue Jun 26 23:16:35 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Tue Jun 26 23:16:35 2012 +0300 |
tree | 4bc2202f509aad267c30516012e7e90021d2ab65 | |
parent | de6eff04445aeff78ad2e1bbdf7f6f1687653e3e [diff] [blame] |
Fix get_where() test
diff --git a/system/database/DB_query_builder.php b/system/database/DB_query_builder.php index 4c43fe3..3982885 100644 --- a/system/database/DB_query_builder.php +++ b/system/database/DB_query_builder.php
@@ -1218,7 +1218,7 @@ * @param string the offset clause * @return object */ - public function get_where($table = '', $where = null, $limit = null, $offset = null) + public function get_where($table = '', $where = NULL, $limit = NULL, $offset = NULL) { if ($table !== '') {