From 4e0da95bcbf2e52833772325659a4fe9b314c740 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 24 Feb 2025 17:25:36 +0100 Subject: [PATCH] PHP8.3 deprecated dynamic properties --- include/class/document_modele.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/class/document_modele.class.php b/include/class/document_modele.class.php index 59f341272..be170342e 100644 --- a/include/class/document_modele.class.php +++ b/include/class/document_modele.class.php @@ -33,8 +33,9 @@ class Document_modele var $md_sequence; /*!< $md_sequence sequence name (autogenerate) */ var $sequence; /*!< $sequence sequence number used by the create sequence start with */ var $md_affect; /*!< $md_affect if you can use it in VEN for sale, ACH for purchase or GES for follow-up */ - var $md_filename; /*! < $md_filename is the filename of the template */ - var $start; /*! < $md_filename is the filename of the template */ + var $md_filename; /*!< $md_filename is the filename of the template */ + var $start; /*!< $md_filename is the filename of the template */ + var $md_mimetype; /*!< $md_mimetype is the mimetype of the LOB*/ //Constructor parameter = database connexion function __construct($p_cn,$p_id=-1) {