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)
 v3.3(033)BUG+FIX: post.asp (misspelled variable)
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Bunce
New Member

Australia
84 Posts

Posted - 05 January 2002 :  18:48:25  Show Profile  Send Bunce an ICQ Message
Not sure if I'm seeing things and if not, why option explicit hasn't kicked in, but on line 719 in post.asp, there is a reference to

strSubsciptions instead of strSubscription.

Probably wouldn't make any difference but throught I'd post it anyway.

Cheers

/Andrew

======================================================
There have been many, many forum posts made throughout the world...
This was one of them!

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 05 January 2002 :  19:45:38  Show Profile  Visit HuwR's Homepage
definately a bug, and definately would make a difference, since it ichecking the wrong variable.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 January 2002 :  19:23:33  Show Profile
fixed in v3.4

changed this:

			if strSubscriptions < 4 and CatSubscription < 3 then


to this:

			if strSubscription < 4 and CatSubscription < 3 then
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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07