phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.boactor.inc.php, 1.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.boactor.inc.php, 1.1.2.3
Date: Sun, 30 May 2004 14:28:41 +0200

Update of /property/inc
Modified Files:
        Branch: sigurd-2
          class.boactor.inc.php

date: 2004/05/30 12:28:41;  author: sigurdne;  state: Exp;  lines: +11 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.boactor.inc.php
diff -u property/inc/class.boactor.inc.php:1.1.2.2 
property/inc/class.boactor.inc.php:1.1.2.3
--- property/inc/class.boactor.inc.php:1.1.2.2  Fri May 28 21:53:42 2004
+++ property/inc/class.boactor.inc.php  Sun May 30 12:28:41 2004
@@ -25,6 +25,7 @@
                var $order;
                var $cat_id;
                var $role;
+               var $member_id;
 
                var $public_functions = array
                (
@@ -55,6 +56,8 @@
                        $cat_id = get_var('cat_id',array('POST','GET'));
                        $allrows        = 
get_var('allrows',array('POST','GET'));
                        $role   = get_var('role',array('POST','GET'));
+                       $member_id      = 
get_var('member_id',array('POST','GET'));
+
 
                        $this->role     = $role;
                        $this->so->role = $role;
@@ -96,6 +99,10 @@
                        {
                                $this->allrows = $allrows;
                        }
+                       if(isset($member_id))
+                       {
+                               $this->member_id = $member_id;
+                       }
                }
 
                function save_sessiondata($data)
@@ -118,6 +125,8 @@
                        $this->sort             = $data['sort'];
                        $this->order    = $data['order'];
                        $this->cat_id   = $data['cat_id'];
+                       $this->member_id= $data['member_id'];
+                       $this->allrows  = $data['allrows'];
                }
 
                function check_perms($has, $needed)
@@ -170,7 +179,7 @@
                function read()
                {
                        $actor = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
-                                                                               
        'filter' => $this->filter,'cat_id' => 
$this->cat_id,'allrows'=>$this->allrows));
+                                                                               
        'filter' => $this->filter,'cat_id' => 
$this->cat_id,'allrows'=>$this->allrows,'member_id'=>$this->member_id));
                        $this->total_records = $this->so->total_records;
 
                        $this->uicols   = $this->so->uicols;




reply via email to

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