phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/export/Agresso, 1.8


From: nomail
Subject: [Phpgroupware-cvs] property/inc/export/Agresso, 1.8
Date: Fri, 17 Sep 2004 11:14:44 +0200

Update of /property/inc/export
Modified Files:
        Branch: 
          Agresso

date: 2004/09/17 09:14:44;  author: sigurdne;  state: Exp;  lines: +3 -2

Log Message:
no message
=====================================================================
Index: property/inc/export/Agresso
diff -u property/inc/export/Agresso:1.7 property/inc/export/Agresso:1.8
--- property/inc/export/Agresso:1.7     Wed Sep 15 19:51:09 2004
+++ property/inc/export/Agresso Fri Sep 17 09:14:44 2004
@@ -364,9 +364,10 @@
                                $fil_katalog = 
$this->config->config_data['export_pre_path'];
                        
                                // Slett gamle filer
+
                                if(!$this->old_files_deleted)
                                {
-                                       for ($i=1;$i<11;$i++)
+                                       for ($i=0;$i<13;$i++)
                                        {
                                                @unlink($fil_katalog . 
'/FDVankomst_' . $i. '.TXT');
                                        }
@@ -388,7 +389,7 @@
                                
                                        $i++;
                                }
-                               while  ($i < 11);
+                               while  ($i < 13);
 
                        }
                        else




reply via email to

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