phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.boXport.inc.php, 1.4


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.boXport.inc.php, 1.4
Date: Wed, 14 Jul 2004 10:58:29 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.boXport.inc.php

date: 2004/07/14 08:58:29;  author: sigurdne;  state: Exp;  lines: +4 -4

Log Message:
no message
=====================================================================
Index: property/inc/class.boXport.inc.php
diff -u property/inc/class.boXport.inc.php:1.3 
property/inc/class.boXport.inc.php:1.4
--- property/inc/class.boXport.inc.php:1.3      Tue Jul 13 20:55:27 2004
+++ property/inc/class.boXport.inc.php  Wed Jul 14 08:58:29 2004
@@ -92,7 +92,7 @@
 
                function select_import_conv($selected='')
                {
-                       $dir_handle = opendir(PHPGW_APP_INC . SEP . 'import');
+                       $dir_handle = @opendir(PHPGW_APP_INC . SEP . 'import');
                        $i=0; $myfilearray = '';
                        while ($file = readdir($dir_handle))
                        {
@@ -136,7 +136,7 @@
 
                function select_export_conv($selected='')
                {
-                       $dir_handle = opendir(PHPGW_APP_INC . SEP . 'export');
+                       $dir_handle = @opendir(PHPGW_APP_INC . SEP . 'export');
                        $i=0; $myfilearray = '';
                        while ($file = readdir($dir_handle))
                        {
@@ -183,7 +183,7 @@
                        $this->config->read_repository();
                        $file_catalog = 
$this->config->config_data['export_path'];
 
-                       $dir_handle = opendir($file_catalog);
+                       $dir_handle = @opendir($file_catalog);
                        $i=0; $myfilearray = '';
                        while ($file = readdir($dir_handle))
                        {




reply via email to

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