This commit is contained in:
Laurent Destailleur 2022-01-18 12:24:19 +01:00
parent f91504b9c1
commit 874bbca881

View File

@ -62,7 +62,7 @@ abstract class DoliDB implements Database
/** @var string Last error number. For example: 'DB_ERROR_RECORD_ALREADY_EXISTS', '12345', ... */
public $lasterrno;
/** @var string If we need to set a prefix specific to the database so it can be reused instead of MAIN_DB_PREFIX when defined to forge requests */
/** @var string If we need to set a prefix specific to the database so it can be reused (when defined instead of MAIN_DB_PREFIX) to forge requests */
public $prefix_db;
/** @var bool Status */