diff options
-rwxr-xr-x | ext/sqlite/tests/sqlite_oo_029.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sqlite/tests/sqlite_oo_029.phpt b/ext/sqlite/tests/sqlite_oo_029.phpt index e92e0b23fe..f6babeb5b8 100755 --- a/ext/sqlite/tests/sqlite_oo_029.phpt +++ b/ext/sqlite/tests/sqlite_oo_029.phpt @@ -12,7 +12,6 @@ class sqlite_help function sqlite_help($db){ $this->db = $db; $this->db->create_function('link_keywords', array(&$this, 'linkers'), 1); - return $this->db; } function get_single($key) |