phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uis_agreement.inc.php, 1.12.2.3


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

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

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

Log Message:
no message
=====================================================================
Index: property/inc/class.uis_agreement.inc.php
diff -u property/inc/class.uis_agreement.inc.php:1.12.2.2 
property/inc/class.uis_agreement.inc.php:1.12.2.3
--- property/inc/class.uis_agreement.inc.php:1.12.2.2   Tue Nov  9 14:30:25 2004
+++ property/inc/class.uis_agreement.inc.php    Wed Nov 10 08:11:33 2004
@@ -267,7 +267,9 @@
                                                                                
                        'start_date'    => $start_date,
                                                                                
                        'role'                  => $this->role,
                                                                                
                        'member_id'             => $this->member_id,
-                                                                               
                        'end_date'=>$end_date)
+                                                                               
                        'allrows'               => $this->allrows,
+                                                                               
                        'end_date'              => $end_date
+                                                                               
                        )
                                                        ));
                                        }
                                }
@@ -315,7 +317,9 @@
                                                '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)
@@ -346,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]