fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12586] class.sos_agreement.inc


From: Saul
Subject: [Fmsystem-commits] [12586] class.sos_agreement.inc
Date: Mon, 12 Jan 2015 23:26:24 +0000

Revision: 12586
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12586
Author:   psaul
Date:     2015-01-12 23:26:23 +0000 (Mon, 12 Jan 2015)
Log Message:
-----------
class.sos_agreement.inc

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

Modified: branches/dev-syncromind/property/inc/class.sos_agreement.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.sos_agreement.inc.php    
2015-01-12 23:26:05 UTC (rev 12585)
+++ branches/dev-syncromind/property/inc/class.sos_agreement.inc.php    
2015-01-12 23:26:23 UTC (rev 12586)
@@ -68,6 +68,7 @@
 
                function read($data)
                {
+            //echo '<pre>'; print_r($data); echo '</pre>';
                        if(is_array($data))
                        {
                                $start                  = isset($data['start']) 
&& $data['start'] ? $data['start'] : 0;
@@ -84,6 +85,7 @@
                                $p_num                  = isset($data['p_num']) 
? $data['p_num'] : '';
                                $status_id              = 
isset($data['status_id']) && $data['status_id'] ? (int)$data['status_id']:0;
                                $location_code  = 
isset($data['location_code'])?$data['location_code']:'';
+                $results = (isset($data['results'])?$data['results'] : 0);
                        }
 
                        $choice_table = 'phpgw_cust_choice';
@@ -515,7 +517,7 @@
                        $this->total_records = $this->db2->num_rows();
                        if(!$allrows)
                        {
-                               $this->db->limit_query($sql . 
$ordermethod,$start,__LINE__,__FILE__);
+                               $this->db->limit_query($sql . 
$ordermethod,$start,__LINE__,__FILE__,$results);
                        }
                        else
                        {




reply via email to

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