phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc/class.uiXport.inc.php, 1.6.2.4.2.7


From: nomail
Subject: [Phpgroupware-cvs] addressbook/inc/class.uiXport.inc.php, 1.6.2.4.2.7
Date: Fri, 21 May 2004 09:48:52 -0000

Update of /addressbook/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.uiXport.inc.php

date: 2004/04/23 16:51:34;  author: jarg;  state: Exp;  lines: +9 -2

Log Message:
bugfix #8583 change globals by getvar function
=====================================================================
Index: addressbook/inc/class.uiXport.inc.php
diff -u addressbook/inc/class.uiXport.inc.php:1.6.2.4.2.6 
addressbook/inc/class.uiXport.inc.php:1.6.2.4.2.7
--- addressbook/inc/class.uiXport.inc.php:1.6.2.4.2.6   Wed Apr 14 15:57:15 2004
+++ addressbook/inc/class.uiXport.inc.php       Fri Apr 23 16:51:34 2004
@@ -158,7 +158,14 @@
 
                function export()
                {
-                       global $tsvfilename,$both_types,$sub_cats;
+                       //global $tsvfilename,$both_types,$sub_cats;
+                       $convert = get_var('convert', array('GET','POST'));
+                       $tsvfilename = get_var('tsvfilename', 
array('GET','POST'));
+                       $fcat_id = get_var('fcat_id', array('GET','POST'));
+                       $download = get_var('download', array('GET','POST'));
+                       $conv_type = get_var('conv_type', array('GET','POST'));
+                       $both_types = get_var('both_types', 
array('GET','POST'));
+                       $sub_cats = get_var('sub_cats', array('GET','POST'));
                        
                        // get the data to create the sql query used by the 
addressbook display 
                        $export_vars = 
$GLOBALS['phpgw']->session->appsession('export_vars','addressbook');




reply via email to

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