fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13982] typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [13982] typo
Date: Mon, 21 Sep 2015 20:03:14 +0000

Revision: 13982
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13982
Author:   sigurdne
Date:     2015-09-21 20:03:13 +0000 (Mon, 21 Sep 2015)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/controller/inc/class.uicheck_list.inc.php
    trunk/property/inc/class.sodocument.inc.php

Modified: trunk/controller/inc/class.uicheck_list.inc.php
===================================================================
--- trunk/controller/inc/class.uicheck_list.inc.php     2015-09-21 19:41:15 UTC 
(rev 13981)
+++ trunk/controller/inc/class.uicheck_list.inc.php     2015-09-21 20:03:13 UTC 
(rev 13982)
@@ -923,7 +923,7 @@
                                if($doc_type)
                                {
                                        $document_list = 
array_merge($document_list, $sodocument->read_at_location(array(
-                                               'entity_id' => 
$entity_id,'cat_id' => $cat_id, 'id' =>$data['id'], 'doc_type' => $doc_type, 
'allrows' => true)));
+                                               'entity_id' => 
$entity_id,'cat_id' => $cat_id, 'p_num' =>$data['id'], 'doc_type' => $doc_type, 
'allrows' => true)));
                                }
                        }
                

Modified: trunk/property/inc/class.sodocument.inc.php
===================================================================
--- trunk/property/inc/class.sodocument.inc.php 2015-09-21 19:41:15 UTC (rev 
13981)
+++ trunk/property/inc/class.sodocument.inc.php 2015-09-21 20:03:13 UTC (rev 
13982)
@@ -368,12 +368,6 @@
                                $where = 'AND';
                        }
 
-                       if ($id > 0)
-                       {
-                               $filtermethod .= " $where 
fm_document.p_num='{$id}'";
-                               $where = 'AND';
-                       }
-
                        if ($filter > 0)
                        {
                                $filtermethod .= "  $where 
fm_document.user_id='$filter' ";




reply via email to

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