From: Marcus Boerger Date: Sat, 27 Dec 2003 21:57:16 +0000 (+0000) Subject: Not needed X-Git-Tag: php_ibase_before_split~471 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd7fca402b02ffb8c5e022e45d0487bf2cadd8fe;p=php Not needed --- 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)