/[drupal]/contributions/modules/plugin_manager/ftp.backend.inc
ViewVC logotype

Diff of /contributions/modules/plugin_manager/ftp.backend.inc

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

revision 1.3.2.14, Sat Nov 1 00:02:51 2008 UTC revision 1.3.2.15, Sat Nov 1 00:26:10 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ftp.backend.inc,v 1.3.2.13 2008/10/31 23:30:03 jabapyth Exp $  // $Id: ftp.backend.inc,v 1.3.2.14 2008/11/01 00:02:51 jabapyth Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 135  function ftp_plugin_manager_copy_library Line 135  function ftp_plugin_manager_copy_library
135    
136    // Prepare the directories to use later.    // Prepare the directories to use later.
137    $extract_dir = file_directory_path() .'/plugin_manager_extraction/';    $extract_dir = file_directory_path() .'/plugin_manager_extraction/';
138    ftp_chdir('');    ftp_chdir($connect,'');
139    // Process each of the files.    // Process each of the files.
140    foreach ($files AS $index => $file) {    foreach ($files AS $index => $file) {
141      if (trim($file, "\\/") != $file) {      if (trim($file, "\\/") != $file) {

Legend:
Removed from v.1.3.2.14  
changed lines
  Added in v.1.3.2.15

  ViewVC Help
Powered by ViewVC 1.1.2