fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11448] property: debug on import


From: Sigurd Nes
Subject: [Fmsystem-commits] [11448] property: debug on import
Date: Tue, 12 Nov 2013 13:55:58 +0000

Revision: 11448
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11448
Author:   sigurdne
Date:     2013-11-12 13:55:57 +0000 (Tue, 12 Nov 2013)
Log Message:
-----------
property: debug on import

Modified Paths:
--------------
    trunk/property/inc/cron/default/Import_fra_agresso_X205.php

Modified: trunk/property/inc/cron/default/Import_fra_agresso_X205.php
===================================================================
--- trunk/property/inc/cron/default/Import_fra_agresso_X205.php 2013-11-12 
12:28:36 UTC (rev 11447)
+++ trunk/property/inc/cron/default/Import_fra_agresso_X205.php 2013-11-12 
13:55:57 UTC (rev 11448)
@@ -421,9 +421,10 @@
                                        $handle = opendir($dir);
                                        while (false !== ($file = 
readdir($handle)))
                                        {
-                                               if (is_dir($file))
+                                       //      if (is_dir($file)) virker bare 
lokalt
+                                               if(! stripos( $file_name, 
'x205' ) === 0)
                                                {
-//                                                     echo "Directory: 
$file<br/>";
+                                                       echo "Directory: 
$file<br/>\n";
                                                        continue;
                                                }
 




reply via email to

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