Update of /cvsroot/easymod/easymod2/mods/easymod/em_includes
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5650/easymod/em_includes
Modified Files:
em_modio.php
Log Message:
oops, forgot to remove debug code
Index: em_modio.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/em_includes/em_modio.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** em_modio.php 30 Sep 2006 17:59:09 -0000 1.9
--- em_modio.php 30 Sep 2006 18:00:52 -0000 1.10
***************
*** 50,54 ****
var $move_method ;
! // write method tools
var $pfile ; // file pointer
var $afile = array() ; // array of strings to make a file
--- 50,54 ----
var $move_method ;
! // write method tools
var $pfile ; // file pointer
var $afile = array() ; // array of strings to make a file
***************
*** 464,468 ****
// using the FTP class
! if ((($action == 'move') && ($this->move_method == 'ftpa')) ||
(($action == 'write') && ($this->write_method == 'ftpb')))
{
--- 464,468 ----
// using the FTP class
! if ((($action == 'move') && ($this->move_method == 'ftpa')) ||
(($action == 'write') && ($this->write_method == 'ftpb')))
{
***************
*** 495,499 ****
}
! return true ;
}
--- 495,499 ----
}
! return true ;
}
***************
*** 542,546 ****
// return a success message if the copy works
- echo $from . ' | ' . $to . '<br />';
if ( copy( $from, $to))
{
--- 542,545 ----
|