[Easymod-cvs] easymod2/mods/easymod easymod_install.php,1.9,1.10
Status: Beta
Brought to you by:
wgeric
From: Brendan K. <bk...@us...> - 2005-05-22 00:29:59
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26146/easymod Modified Files: easymod_install.php Log Message: Fixing an encoding issue with Postgre Index: easymod_install.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** easymod_install.php 20 May 2005 23:50:06 -0000 1.9 --- easymod_install.php 22 May 2005 00:29:36 -0000 1.10 *************** *** 1778,1782 **** $cipher->blowfish->setKey( $em_pass); $ftp_cipher = $cipher->encrypt($ftp_pass) ; ! // if not, add the fields if ( $rows == 0) --- 1778,1782 ---- $cipher->blowfish->setKey( $em_pass); $ftp_cipher = $cipher->encrypt($ftp_pass) ; ! // if not, add the fields if ( $rows == 0) |