fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16781]


From: nelson . guerra
Subject: [Fmsystem-commits] [16781]
Date: Thu, 25 May 2017 00:53:28 -0400 (EDT)

Revision: 16781
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16781
Author:   nelson224
Date:     2017-05-25 00:53:28 -0400 (Thu, 25 May 2017)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/inc/class.boreport.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.boreport.inc.php       
2017-05-25 04:53:03 UTC (rev 16780)
+++ branches/dev-syncromind-2/property/inc/class.boreport.inc.php       
2017-05-25 04:53:28 UTC (rev 16781)
@@ -41,6 +41,12 @@
                        $this->so = CreateObject('property.soreport');
                        $this->bocommon = CreateObject('property.bocommon');
                        $this->operators = $this->so->operators;
+                       
+                       $this->operators_equal = $this->so->operators_equal;
+                       $this->operators_between = $this->so->operators_between;
+                       $this->operators_like = $this->so->operators_like;
+                       $this->operators_in = $this->so->operators_in;
+                       $this->operators_null = $this->so->operators_null;      
                
                }
 
                function read_single( $id = '' )




reply via email to

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