fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11698] Custom action for catch_3_1


From: Sigurd Nes
Subject: [Fmsystem-commits] [11698] Custom action for catch_3_1
Date: Sat, 15 Feb 2014 11:28:42 +0000

Revision: 11698
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11698
Author:   sigurdne
Date:     2014-02-15 11:28:41 +0000 (Sat, 15 Feb 2014)
Log Message:
-----------
Custom action for catch_3_1

Modified Paths:
--------------
    trunk/catch/inc/custom/default/notify_by_email_3_1.php

Modified: trunk/catch/inc/custom/default/notify_by_email_3_1.php
===================================================================
--- trunk/catch/inc/custom/default/notify_by_email_3_1.php      2014-02-15 
10:42:59 UTC (rev 11697)
+++ trunk/catch/inc/custom/default/notify_by_email_3_1.php      2014-02-15 
11:28:41 UTC (rev 11698)
@@ -105,7 +105,7 @@
                if($this->db->next_record())
                {
                        $_kontraktsnummer        = 
$this->db->f('kontraktsnummer');
-                       $this->db->query("SELECT num FROM $target_table WHERE 
id != {$id} AND kontraktsnummer = {$_kontraktsnummer}", __LINE__, __FILE__);
+                       $this->db->query("SELECT num FROM $target_table WHERE 
id != {$id} AND kontraktsnummer = '{$_kontraktsnummer}'", __LINE__, __FILE__);
                        $_duplicate_num          = $this->db->f('num');
                }
 




reply via email to

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