@@ -77,7 +77,7 @@ require_once "database.php";
return $this->result;
}
- public function find($array) {
+ public function find() {
//connect to the database if needed
if (!$this->db) {
@@ -1811,4 +1811,4 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
echo $output;
unset($output);
-?>
+?>