noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/07: Typo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/07: Typo
Date: Wed, 5 Jul 2017 15:01:29 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4e9051c544735e3832e5427e7a3290657dfaf189
Author: Dany De Bontridder <address@hidden>
Date:   Fri Jun 23 22:50:59 2017 +0200

    Typo
---
 include/lib/class_http_input.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/class_http_input.php b/include/lib/class_http_input.php
index 6d9e66c..a935908 100644
--- a/include/lib/class_http_input.php
+++ b/include/lib/class_http_input.php
@@ -54,7 +54,7 @@ class HttpInput
             // Check if date dd.mm.yyyy
             if ($p_type=="date")
             {
-                if (isDate($this->array[$p_name])=!$this->array[$p_name])
+                if (isDate($this->array[$p_name]) <> $this->array[$p_name])
                 {
                     throw new Exception(_("Type invalide")."[ $p_name ] = 
{$this->array[$p_name]}"
                     , EXC_PARAM_TYPE);



reply via email to

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