Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 BUG + FIX 33(03) inc_functions.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 12 November 2001 :  01:19:01  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Line 509 this:

if fField_Type = "edit" then
if strAllowHTML <> "1" then
fString = HTMLEncode(fString)
end if
fString = Replace(fString, """", """)
ChkString = fString
if strBadWordFilter = "1" then
fString = chkBadWords(fString)
end if
exit function
end if


Should be this:


if fField_Type = "edit" then
if strAllowHTML <> "1" then
fString = HTMLEncode(fString)
end if
fString = Replace(fString, """", """)
if strBadWordFilter = "1" then
fString = chkBadWords(fString)
end if
ChkString = fString
exit function
end if


Fixed for 3.4

----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource

Deleted
deleted

4116 Posts

Posted - 01 December 2001 :  12:26:00  Show Profile
Fixed in [v40b03patch001]... There is a bug inside the proposed fix thou, it must be for "display", not for "edit". This was resolved in alpha testing...

Related links are:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=17180
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=17762


Think Pink
Test Site not ready yet | Post v40b03 Patches
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000 Version 3.4.07