fmsystem-commits
[Top][All Lists]
Advanced

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

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


From: Saul
Subject: [Fmsystem-commits] [12345] class.boadmin_entity.inc
Date: Thu, 20 Nov 2014 17:15:48 +0000

Revision: 12345
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12345
Author:   psaul
Date:     2014-11-20 17:15:47 +0000 (Thu, 20 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-20 17:14:32 UTC (rev 12344)
+++ branches/dev-syncromind/property/inc/class.boadmin_entity.inc.php   
2014-11-20 17:15:47 UTC (rev 12345)
@@ -429,7 +429,7 @@
                        return $attrib;
                }
 
-               function read_attrib( $data =array() )
+               function read_attrib( $data = array() )
                {       
                     #$entity_id = '', $cat_id = '', $allrows = '' 
                         if ( $data['allrows'] )
@@ -439,7 +439,7 @@
                        #$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],
@@ -473,7 +473,7 @@
                }
 
                function resort_attrib( $id, $resort )
-               {
+               {       
                        $this->custom->resort( $id, $resort, 
$this->type_app[$this->type],
                                                  
".{$this->type}.{$this->entity_id}.{$this->cat_id}" );
                }




reply via email to

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