[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
- [Noalyss-commit] [noalyss] branch devel updated (98390d4d4 -> ead8d5f23), dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 03/29: PHP 8.0 Minimum, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 06/29: PHP 8.2 compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 01/29: Code : change filename, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 02/29: PHP Compatibility,
dwm <=
- [Noalyss-commit] [noalyss] 05/29: Bug cosmetic : when update in a window, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 07/29: Improve Debug, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 08/29: typo, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 09/29: Fix Bug Balance Accountancy, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 10/29: cosmetic : color info password, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 11/29: PHP8.1 Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 13/29: Code improve : Acc_Balance utilise PDF_CORE::is_fill, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 14/29: Improve Code : permet d'avoir plusieurs couleurs sur une ligne, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 17/29: Improve : PRINTJRN search in detail VAT mode, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 18/29: PHP8.1 Compatibility, dwm, 2024/01/06