diff options
author | Marcus Boerger <helly@php.net> | 2003-12-27 21:57:16 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-12-27 21:57:16 +0000 |
commit | fd7fca402b02ffb8c5e022e45d0487bf2cadd8fe (patch) | |
tree | 827903c6dc7137f31bb1d6b9d3cfe4a427ef284d | |
parent | da29458469065b7d242a7fe663243ed7c4a2db5a (diff) | |
download | php-git-fd7fca402b02ffb8c5e022e45d0487bf2cadd8fe.tar.gz |
Not needed
-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) |