noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 13/19: Bug : search


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 13/19: Bug : search
Date: Thu, 12 Dec 2019 15:49:06 -0500 (EST)

sparkyx pushed a commit to tag rel7200
in repository noalyss.

commit 75d5ff22d5d71484c4c2313f23ccf5c685ca69e1
Author: Dany De Bontridder <address@hidden>
Date:   Sun Dec 8 10:48:03 2019 +0100

    Bug : search
---
 include/history_operation.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/history_operation.inc.php 
b/include/history_operation.inc.php
index 2c63377..e1ab032 100644
--- a/include/history_operation.inc.php
+++ b/include/history_operation.inc.php
@@ -155,7 +155,7 @@ if (isset($_GET['r_jrn']))
 }
 if (isset($_GET['search_opr_jrn']))
 {
-     $a_search_opr_jrn=$http->get('search_opr_jrn','array');
+     $a_search_opr_jrn=$http->get('search_opr_jrn');
     foreach ($a_search_opr_jrn as $k => $v)
           if (isNumber($v)) $r.=HtmlInput::hidden('r_jrn[' . $k . ']', $v);
 }



reply via email to

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