phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uiagreement.inc.php, 1.3.2.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uiagreement.inc.php, 1.3.2.3
Date: Wed, 10 Nov 2004 09:11:33 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.uiagreement.inc.php

date: 2004/11/10 08:11:33;  author: sigurdne;  state: Exp;  lines: +6 -5

Log Message:
no message
=====================================================================
Index: property/inc/class.uiagreement.inc.php
diff -u property/inc/class.uiagreement.inc.php:1.3.2.2 
property/inc/class.uiagreement.inc.php:1.3.2.3
--- property/inc/class.uiagreement.inc.php:1.3.2.2      Tue Nov  9 14:30:25 2004
+++ property/inc/class.uiagreement.inc.php      Wed Nov 10 08:11:33 2004
@@ -77,7 +77,6 @@
                        $this->allrows          = $this->bo->allrows;
                        $this->member_id        = $this->bo->member_id;
                        $this->fakebase         = $this->bo->fakebase;
-
                }
 
                function save_sessiondata()
@@ -270,7 +269,9 @@
                                                                                
                        'start_date'    => $start_date,
                                                                                
                        'role'                  => $this->role,
                                                                                
                        'member_id'             => $this->member_id,
-                                                                               
                        'end_date'=>$end_date)
+                                                                               
                        'allrows'               => $this->allrows,
+                                                                               
                        'end_date'              => $end_date
+                                                                               
                        )
                                                        ));
                                        }
                                }
@@ -318,7 +319,8 @@
                                                'filter'                
=>$this->filter,
                                                'query'                 
=>$this->query,
                                                'role'                  => 
$this->role,
-                                               'member_id'             => 
$this->member_id
+                                               'member_id'             => 
$this->member_id,
+                                               'allrows'               => 
$this->allrows
                        );
 
                        if(!$this->allrows)
@@ -340,7 +342,6 @@
 
                        $member_of_data = 
$this->cats->formatted_xslt_list(array('selected' => $this->member_id,'globals' 
=> True,link_data =>$link_data));
 
-//_debug_array($member_of_data);
                        $data = array
                        (
                                'overlib_source'                                
=> './'.$this->currentapp.'/inc/overlib.js',
@@ -349,7 +350,7 @@
                                'lang_columns_help'                             
=> lang('Choose columns'),
                                'msgbox_data'                                   
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'links'                                         
        => $links,
-                               'allow_allrows'                                 
=> false,
+                               'allow_allrows'                                 
=> True,
                                'allrows'                                       
        => $this->allrows,
                                'start_record'                                  
=> $this->start,
                                'record_limit'                                  
=> $record_limit,




reply via email to

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