diff --git a/htdocs/core/db/DoliDB.class.php b/htdocs/core/db/DoliDB.class.php index 310195d43fe93..a5e2334968cb6 100644 --- a/htdocs/core/db/DoliDB.class.php +++ b/htdocs/core/db/DoliDB.class.php @@ -440,7 +440,7 @@ public function getRows($sql) return false; } - /** @var array List of deprecated table names and their new names */ + /** @var array List of deprecated table names and their new names */ static $_deprecated_table_names = array( 'thirdparty' => 'societe', 'contact' => 'socpeople',