phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.boXport.inc.php, 1.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.boXport.inc.php, 1.3
Date: Tue, 13 Jul 2004 22:55:27 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.boXport.inc.php

date: 2004/07/13 20:55:27;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/inc/class.boXport.inc.php
diff -u property/inc/class.boXport.inc.php:1.2 
property/inc/class.boXport.inc.php:1.3
--- property/inc/class.boXport.inc.php:1.2      Wed Jun  2 18:54:28 2004
+++ property/inc/class.boXport.inc.php  Tue Jul 13 20:55:27 2004
@@ -244,12 +244,12 @@
                        return $buffer;
                }
 
-               function export($conv_type,$download)
+               function export($conv_type,$download,$pre_transfer='')
                {
                        include (PHPGW_APP_INC . '/export/' . $conv_type);
                        $invoice = new export_conv;
 
-                       $buffer = $invoice->overfor($download);
+                       $buffer = $invoice->overfor($download,$pre_transfer);
 
                        $tsvfilename = 
$GLOBALS['phpgw_info']['server']['temp_dir'] . SEP . $tsvfilename;
 




reply via email to

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