This commit is contained in:
skeeter 2002-06-23 18:52:50 +00:00
parent 8a0cbcbab1
commit c0570b884a

View File

@ -108,6 +108,8 @@
{
$GLOBALS['phpgw']->common->phpgw_header();
set_time_limit(0)
$this->template->set_file(array('import' => 'import.tpl'));
$dir_handle = opendir(PHPGW_APP_INC . SEP . 'import');
@ -199,6 +201,8 @@
{
$GLOBALS['phpgw']->common->phpgw_header();
set_time_limit(0)
$this->template->set_file(array('export' => 'export.tpl'));
$dir_handle = opendir(PHPGW_APP_INC. SEP . 'export');