noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 311/323: Follow-up fix small bug with ag_ref


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 311/323: Follow-up fix small bug with ag_ref
Date: Wed, 14 Mar 2018 17:39:11 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a8de73dc6cdd05415fbffd2f2226dd7d8cffce7f
Author: Dany De Bontridder <address@hidden>
Date:   Sat Mar 10 21:07:46 2018 +0100

    Follow-up fix small bug with ag_ref
---
 include/class/follow_up.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/follow_up.class.php 
b/include/class/follow_up.class.php
index b68ae5f..19cbba0 100644
--- a/include/class/follow_up.class.php
+++ b/include/class/follow_up.class.php
@@ -1354,7 +1354,7 @@ class Follow_Up
         }
         if (isset($p_array['sag_ref'])&&trim($p_array['sag_ref'])!="")
         {
-            $query .= " and ag_ref= '".sql_string($p_array['sag_ref'])."'";
+            $action_query .= " and ag_ref= 
'".sql_string($p_array['sag_ref'])."'";
         }
 
         if (isset($_GET['only_internal']))



reply via email to

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