From 92314378d5258637f5852d0f93f1b50c5832a382 Mon Sep 17 00:00:00 2001 From: omogenot Date: Sun, 17 Nov 2024 16:52:37 +0100 Subject: [PATCH] Fix variable declaration --- htdocs/core/db/DoliDB.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/db/DoliDB.class.php b/htdocs/core/db/DoliDB.class.php index 027c0d421b266..310195d43fe93 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',