fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12915] fix for live search


From: Sigurd Nes
Subject: [Fmsystem-commits] [12915] fix for live search
Date: Fri, 27 Mar 2015 10:20:36 +0000

Revision: 12915
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12915
Author:   sigurdne
Date:     2015-03-27 10:20:36 +0000 (Fri, 27 Mar 2015)
Log Message:
-----------
fix for live search

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.sogab.inc.php

Modified: branches/dev-syncromind/property/inc/class.sogab.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.sogab.inc.php    2015-03-27 
08:59:21 UTC (rev 12914)
+++ branches/dev-syncromind/property/inc/class.sogab.inc.php    2015-03-27 
10:20:36 UTC (rev 12915)
@@ -122,7 +122,7 @@
                        }
                        if ($bruksnr)
                        {
-                               $filtermethod .= " {$where} 
SUBSTRING(gab_id,10,4) {$this->like} '%$bruksnr' ";
+                               $filtermethod .= " {$where} 
SUBSTRING(gab_id,10,4) {$this->like} '%$bruksnr%' ";
                                $where = 'AND';
                        }
                        if ($feste_nr)




reply via email to

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