phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc class.uiXport.inc.php,1.11,1.12


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiXport.inc.php,1.11,1.12
Date: Wed, 13 Feb 2002 21:39:54 -0500

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv24085

Modified Files:
        class.uiXport.inc.php 
Log Message:
GNU Patch #135 -  Don't export if conv_type=none

Index: class.uiXport.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiXport.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.uiXport.inc.php       17 Jan 2002 03:52:55 -0000      1.11
--- class.uiXport.inc.php       14 Feb 2002 02:39:51 -0000      1.12
***************
*** 169,174 ****
                        if($convert)
                        {
-                               $buffer = $this->bo->export($conv_type,$cat_id);
- 
                                if($conv_type == 'none')
                                {
--- 169,172 ----
***************
*** 182,185 ****
--- 180,185 ----
                                        $GLOBALS['phpgw']->common->phpgw_exit();
                                }
+ 
+                               $buffer = $this->bo->export($conv_type,$cat_id);
  
                                if(($download == 'on') || ($o->type == 'pdb'))




reply via email to

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