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.11 class.so


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.uiagreement.inc.php, 1.11 class.soagreement.inc.php, 1.7
Date: Wed, 1 Jun 2005 10:16:00 +0200

Update of property/inc

Modified Files:
     Branch: MAIN
            class.uiagreement.inc.php lines: +3 -2
            class.soagreement.inc.php lines: +2 -2

Log Message:
no message

====================================================
Index: property/inc/class.uiagreement.inc.php
diff -u property/inc/class.uiagreement.inc.php:1.10 
property/inc/class.uiagreement.inc.php:1.11
--- property/inc/class.uiagreement.inc.php:1.10 Thu May 12 21:26:28 2005
+++ property/inc/class.uiagreement.inc.php      Wed Jun  1 08:16:51 2005
@@ -928,7 +928,8 @@
                        $link_excel = array
                        (
                                'menuaction'    => 
$this->currentapp.'.uiagreement.excel',
-                                               'id'                            
=>$id
+                                               'id'                            
=>$id,
+                                               'allrows'                       
=>$this->allrows
                        );



====================================================
Index: property/inc/class.soagreement.inc.php
diff -u property/inc/class.soagreement.inc.php:1.6 
property/inc/class.soagreement.inc.php:1.7
--- property/inc/class.soagreement.inc.php:1.6  Thu May 12 21:26:28 2005
+++ property/inc/class.soagreement.inc.php      Wed Jun  1 08:16:51 2005
@@ -514,7 +514,7 @@
                                        'total_cost'            => 
$this->db->f('total_cost'),
                                        'this_index'            => 
$this->db->f('this_index'),
                                        'index_count'           => 
$this->db->f('index_count'),
-                                       'date'                          => 
$GLOBALS['phpgw']->common->show_date($this->db->f('index_date'),$dateformat)
+                                       'index_date'            => 
$GLOBALS['phpgw']->common->show_date($this->db->f('index_date'),$dateformat)
                                );
                        }
 //html_print_r($details);






reply via email to

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