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.6,1.6.2.


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiXport.inc.php,1.6,1.6.2.1
Date: Wed, 13 Feb 2002 21:37:42 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** class.uiXport.inc.php       30 Dec 2001 11:57:02 -0000      1.6
--- class.uiXport.inc.php       14 Feb 2002 02:37:38 -0000      1.6.2.1
***************
*** 162,167 ****
                        if ($convert)
                        {
-                               $buffer = $this->bo->export($conv_type,$cat_id);
- 
                                if ($conv_type == 'none')
                                {
--- 162,165 ----
***************
*** 175,178 ****
--- 173,178 ----
                                        $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]