Update of /cvsroot/easymod/easymod2/mods/easymod
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28265
Modified Files:
easymod_install.php
Log Message:
- fixed bug 1528971 - IN-LINE REPACE WITH action problem
Index: easymod_install.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** easymod_install.php 22 Feb 2007 03:32:20 -0000 1.50
--- easymod_install.php 10 Feb 2008 14:39:51 -0000 1.51
***************
*** 744,748 ****
$command_file = new mod_io('post_process.sh', '', $read, $write, $move, $ftp_user, $ftp_pass, $ftp_dir, $ftp_host, $ftp_port, $ftp_type, $ftp_cache);
- //TerraFrost sez hi
// this is really more about moving the other files than is about the command file; establish the FTP connection
// for moving files if necessary
--- 744,747 ----
|