summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-27 21:57:16 +0000
committerMarcus Boerger <helly@php.net>2003-12-27 21:57:16 +0000
commitfd7fca402b02ffb8c5e022e45d0487bf2cadd8fe (patch)
tree827903c6dc7137f31bb1d6b9d3cfe4a427ef284d
parentda29458469065b7d242a7fe663243ed7c4a2db5a (diff)
downloadphp-git-fd7fca402b02ffb8c5e022e45d0487bf2cadd8fe.tar.gz
Not needed
-rwxr-xr-xext/sqlite/tests/sqlite_oo_029.phpt1
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)