Browse Source

Not needed

PEAR_1_4DEV
Marcus Boerger 22 years ago
parent
commit
fd7fca402b
  1. 1
      ext/sqlite/tests/sqlite_oo_029.phpt

1
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)

Loading…
Cancel
Save