Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omogenot authored Nov 17, 2024
1 parent 9231437 commit c75c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/db/DoliDB.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public function getRows($sql)

return false;
}
/** @var array<string,tring> List of deprecated table names and their new names */
/** @var array<string,string> List of deprecated table names and their new names */
static $_deprecated_table_names = array(
'thirdparty' => 'societe',
'contact' => 'socpeople',
Expand Down

0 comments on commit c75c184

Please sign in to comment.