noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/34: Fix bug : return void


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/34: Fix bug : return void
Date: Sun, 5 Feb 2023 04:41:39 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 2fc94d0fb69957f2702b10e8f3f68c6948c05d22
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Jan 8 20:26:14 2023 +0100

    Fix bug : return void
---
 include/class/document_modele.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/document_modele.class.php 
b/include/class/document_modele.class.php
index 2f0ef29ab..571e3a499 100644
--- a/include/class/document_modele.class.php
+++ b/include/class/document_modele.class.php
@@ -286,7 +286,7 @@ class Document_modele
     }
     /*!\brief load the value of a document_modele,the ag_id variable must be 
set
      */
-    function load():void
+    function load()
     {
         $array=$this->cn->get_array("SELECT md_id, md_name, md_lob, md_type, 
md_filename, md_mimetype,md_affect".
                                     " FROM document_modele where 
md_id=$1",array($this->md_id));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]