fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7915] import: testing


From: Sigurd Nes
Subject: [Fmsystem-commits] [7915] import: testing
Date: Fri, 21 Oct 2011 12:41:36 +0000

Revision: 7915
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7915
Author:   sigurdne
Date:     2011-10-21 12:41:35 +0000 (Fri, 21 Oct 2011)
Log Message:
-----------
import: testing

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

Modified: trunk/property/inc/cron/default/Import_fra_basware_X205.php
===================================================================
--- trunk/property/inc/cron/default/Import_fra_basware_X205.php 2011-10-21 
12:30:36 UTC (rev 7914)
+++ trunk/property/inc/cron/default/Import_fra_basware_X205.php 2011-10-21 
12:41:35 UTC (rev 7915)
@@ -240,7 +240,7 @@
                        {
                                die("function ssh2_connect doesn't exist");
                        }
-                       if(!($connection = ssh2_connect("$server", $port)))
+                       if(!($connection = ssh2_connect($server, $port)))
                        {
                                echo "fail: unable to establish connection\n";
                        }
@@ -268,7 +268,7 @@
                                        {
                                                if (is_dir($file))
                                                {
-                                                       echo "Directory: 
$file<br/>";
+//                                                     echo "Directory: 
$file<br/>";
                                                        continue;
                                                }
 
@@ -290,7 +290,6 @@
                                        else
                                        {
                                                $total_files=count($arr);
-                       //              _debug_array($arr);
                                                for($i=0;$i<$total_files;$i++)
                                                {
                                                        
$file_name=trim($arr[$i]);




reply via email to

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