This patch only affects two files: user.php and reviews.php
06/04/06 - Manual instructions
- In user.php replace lines 484 and 490 (both in lostpassword function so you could also just
copy and paste the function if your line numbers don't match up)
- In reviews.php replace line 234 (See: http://www.efiction.wallflowergirl.com/forums/index.php?topic=3052.0)
The full .zips have also been updated to fix a couple bugs in the install and upgrade scripts. Those files aren't included in the patch.
The patch is here.
I've updated the date on the downloads page as well.
In line 490 of user.php, you have us change the .$uid in the top portion but not in the error portion.? Is this correct or should it be changed as well?
or die(_FATALERROR."Query: UPDATE ".$tableprefix."fanfiction_authors SET password='$encryppass' WHERE uid = '".$uid['uid']."'<br />Error: (".mysql_errno( ).") ".mysql_error( ));
It doesn't really matter. The error portion will just print out the query if it fails. You can change it or leave it alone.
