noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/05: Fix bug : SQL Error in fiche.inc.php d


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/05: Fix bug : SQL Error in fiche.inc.php due to merge
Date: Thu, 7 Feb 2019 17:37:01 -0500 (EST)

sparkyx pushed a commit to annotated tag rel7014
in repository noalyss.

commit 7add131124da8d8edc93afce00a7c424b83850f3
Author: Dany De Bontridder <address@hidden>
Date:   Thu Feb 7 10:49:31 2019 +0100

    Fix bug : SQL Error in fiche.inc.php due to merge
---
 include/class/fiche.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index 21f39d3..647b19b 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -2004,7 +2004,7 @@ class Fiche
                 [$this->id]);
         if ( $count > 0 ) return TRUE;
         
-        $count=$this->cn->get_value("select count(*) 
+        $count=$this->cn->get_value("
                                 select count(*) 
                 from attr_def
                 join fiche_detail using (ad_id)



reply via email to

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