MrHappy
Starting Member
7 Posts |
Posted - 06 January 2008 : 03:50:58
|
This might have already been addressed & feel free to move/lock this.
RE: sf2k_v34_06.zip When attempting to email a member, the pop up box displays an error requarding line 202 of pop_mail.asp. The code refernces a recordset object that has been closed and deallocated.
I commented out the original close and deallocate lines and added these lines at line 207 to correct it. rs.close 'from line 62 set rs = nothing 'from line 63
Just FYI, I wasn't sure where to post this; it has been a VERY long time since I have been here.
 |
Edited by - MrHappy on 06 January 2008 03:51:35 |
|