]> granicus.if.org Git - php/commitdiff
Not needed
authorMarcus Boerger <helly@php.net>
Sat, 27 Dec 2003 21:57:16 +0000 (21:57 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 27 Dec 2003 21:57:16 +0000 (21:57 +0000)
ext/sqlite/tests/sqlite_oo_029.phpt

index e92e0b23feae9d3cc19be3da06ac87514c665d6f..f6babeb5b801d4b7b0ac775177159bc4a158394b 100755 (executable)
@@ -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)