noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/29: PHP Compatibility


From: dwm
Subject: [Noalyss-commit] [noalyss] 02/29: PHP Compatibility
Date: Sat, 6 Jan 2024 05:59:13 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 934e0c0a3690113b1dac48dbbbc4dbf497147faf
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Dec 12 18:31:02 2023 +0100

    PHP Compatibility
---
 include/class/document_export.class.php | 2 +-
 include/recover.php                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/document_export.class.php 
b/include/class/document_export.class.php
index 302b85d6b..e1d0a20b5 100644
--- a/include/class/document_export.class.php
+++ b/include/class/document_export.class.php
@@ -165,7 +165,7 @@ class Document_Export
      * @param int $reconcilied_operation 1 with receipt of reconcilied 
operation 2 without them
      * 
      */
-    function     export_all($p_array, Progress_Bar 
$progress,$p_separate=1,$reconcilied_document)
+    function     export_all($p_array, Progress_Bar 
$progress,$p_separate=1,$reconcilied_document=2)
     {
         $this->progress=$this->progress;
 
diff --git a/include/recover.php b/include/recover.php
index ed8d7ad47..1e4bee25e 100644
--- a/include/recover.php
+++ b/include/recover.php
@@ -76,7 +76,7 @@ elseif ($action=="send_email") :
 
 
     if ($valid==true):
-        $request_id=generate_random_string(SIZE_REQUEST,special: 0);
+        $request_id=generate_random_string(SIZE_REQUEST, 0);
         $user_password=generate_random_password(10);
         // exist a valid request for this user ?
         $exist_request= $cn->get_array("select request , password from 
recover_pass 



reply via email to

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