/[phpgroupware]/addressbook/inc/class.uiXport.inc.php
ViewVC logotype

Diff of /addressbook/inc/class.uiXport.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.2 by milosch, Wed Apr 24 13:29:17 2002 UTC revision 1.6.2.3 by skeeter, Sun Jun 23 18:52:47 2002 UTC
# Line 111  Line 111 
111                                  $GLOBALS['phpgw']->common->phpgw_header();                                  $GLOBALS['phpgw']->common->phpgw_header();
112                                  echo parse_navbar();                                  echo parse_navbar();
113    
114                                    set_time_limit(0)
115    
116                                  $this->template->set_file(array('import' => 'import.tpl'));                                  $this->template->set_file(array('import' => 'import.tpl'));
117    
118                                  $dir_handle = opendir(PHPGW_APP_INC . SEP . 'import');                                  $dir_handle = opendir(PHPGW_APP_INC . SEP . 'import');
# Line 197  Line 199 
199                                  $GLOBALS['phpgw']->common->phpgw_header();                                  $GLOBALS['phpgw']->common->phpgw_header();
200                                  echo parse_navbar();                                  echo parse_navbar();
201    
202                                    set_time_limit(0)
203                                    
204                                  $this->template->set_file(array('export' => 'export.tpl'));                                  $this->template->set_file(array('export' => 'export.tpl'));
205    
206                                  $dir_handle = opendir(PHPGW_APP_INC. SEP . 'export');                                  $dir_handle = opendir(PHPGW_APP_INC. SEP . 'export');

Legend:
Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26