/[drupal]/contributions/modules/media_mover/media_mover_ftp/media_mover_ftp_harvest.inc
ViewVC logotype

Diff of /contributions/modules/media_mover/media_mover_ftp/media_mover_ftp_harvest.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.9.2.6, Thu Mar 5 22:37:04 2009 UTC revision 1.1.2.9.2.7, Wed Apr 1 02:25:50 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: media_mover_ftp_harvest.inc,v 1.1.2.14 2009/02/25 21:05:02 arthuregg Exp $;  // $Id: media_mover_ftp_harvest.inc,v 1.1.2.9.2.6 2009/03/05 22:37:04 arthuregg Exp $;
4    
5    
6  /**  /**
# Line 20  function media_mover_ftp_harvest($config Line 20  function media_mover_ftp_harvest($config
20    extract($connection);    extract($connection);
21    
22    // make sure we have files being handed back    // make sure we have files being handed back
23    if (count($ftp_list)) {    if (! count($ftp_list)) {
24      return;      return;
25    }    }
26    

Legend:
Removed from v.1.1.2.9.2.6  
changed lines
  Added in v.1.1.2.9.2.7

  ViewVC Help
Powered by ViewVC 1.1.2