fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12338] class.boadmin_entity.inc


From: Saul
Subject: [Fmsystem-commits] [12338] class.boadmin_entity.inc
Date: Wed, 19 Nov 2014 22:38:13 +0000

Revision: 12338
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12338
Author:   psaul
Date:     2014-11-19 22:38:12 +0000 (Wed, 19 Nov 2014)
Log Message:
-----------
class.boadmin_entity.inc

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

Modified: branches/dev-syncromind/property/inc/class.boadmin_entity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boadmin_entity.inc.php   
2014-11-19 22:37:31 UTC (rev 12337)
+++ branches/dev-syncromind/property/inc/class.boadmin_entity.inc.php   
2014-11-19 22:38:12 UTC (rev 12338)
@@ -429,24 +429,27 @@
                        return $attrib;
                }
 
-               function read_attrib($data = array())
-               {
-                       if ($data['allrows'])
+               function read_attrib( $data =array() )
+               {       
+                    #$entity_id = '', $cat_id = '', $allrows = '' 
+                        if ( $data['allrows'] )
                        {
-                               $this->allrows = $allrows;
+                               $this->allrows = $data['allrows'];
                        }
-
+                       #$attrib = $this->custom->find( 
$this->type_app[$this->type],
+                       #                                         
".{$this->type}.{$entity_id}.{$cat_id}", $this->start, $this->query,
+                       #                                         $this->sort, 
$this->order, $this->allrows );
+                        #
+                        #,                                                     
   $data['results']
                        $attrib = $this->custom->find(
                                                         
$this->type_app[$this->type],
-                                                        
".{$this->type}.{$data['entity_id']}.{$data['cat_id']}", 
+                                                       
".{$this->type}.{$data['entity_id']}.{$data['cat_id']}", 
                                                         $data['start'],
-                                                        $data['results'],
                                                         $data['query'], 
                                                         $data['sort'],
                                                         $data['order'],
-                                                        $this->allrows 
+                                                        $this->allrows
                                                      );
-
                        $this->total_records = $this->custom->total_records;
                        return $attrib;
                }




reply via email to

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