fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16397] typo


From: sigurdne
Subject: [Fmsystem-commits] [16397] typo
Date: Wed, 1 Mar 2017 03:04:21 -0500 (EST)

Revision: 16397
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16397
Author:   sigurdne
Date:     2017-03-01 03:04:21 -0500 (Wed, 01 Mar 2017)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/property/inc/class.sogeneric_document.inc.php

Modified: trunk/property/inc/class.sogeneric_document.inc.php
===================================================================
--- trunk/property/inc/class.sogeneric_document.inc.php 2017-03-01 06:55:25 UTC 
(rev 16396)
+++ trunk/property/inc/class.sogeneric_document.inc.php 2017-03-01 08:04:21 UTC 
(rev 16397)
@@ -128,7 +128,7 @@
                        {
                                $query = $this->db->db_addslashes($query);
                                $querymethod = " AND (a.name $this->like 
'%{$query}%'";
-                               $querymethod .= " OR metadata->>'descr' ilike 
'%{$query}%')";
+                               $querymethod .= " OR metadata->>'path' ilike 
'%{$query}%')";
                        }
                        
                        $sql = "SELECT DISTINCT a.file_id, a.* FROM phpgw_vfs a 
" ." {$joinmethod} "." {$filtermethod} "." {$querymethod} ";




reply via email to

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