fixed some french translations issues

This commit is contained in:
Philippe Rioual
2014-01-23 21:15:49 +00:00
parent 9b972d21d5
commit ee51bea37e
14 changed files with 30 additions and 22 deletions

View File

@@ -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) {

View File

@@ -1811,4 +1811,4 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
echo $output;
unset($output);
?>
?>