fix typo and translation

This commit is contained in:
Philippe GRAND
2021-08-02 12:41:55 +02:00
parent 703217acd0
commit 3c05cd0757

View File

@@ -122,7 +122,7 @@ interface Database
* List tables into a database
*
* @param string $database Name of database
* @param string $table Nmae of table filter ('xxx%')
* @param string $table Name of table filter ('xxx%')
* @return array List of tables in an array
*/
public function DDLListTables($database, $table = '');
@@ -189,7 +189,7 @@ interface Database
/**
* Get last ID after an insert INSERT
*
* @param string $tab Table name concerned by insert. Ne sert pas sous MySql mais requis pour compatibilite avec Postgresql
* @param string $tab Table name concerned by insert. Not used under MySql but required for compatibility with Postgresql
* @param string $fieldid Field name
* @return int Id of row
*/