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.4.03) BUG+FIX: Incorrect case with "SQLstring"
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Deleted
deleted

4116 Posts

Posted - 31 January 2003 :  12:21:48  Show Profile
In:

admin_config_colors.asp
admin_config_datetime.asp
admin_config_email.asp
admin_config_features.asp
admin_config_members.asp
admin_config_NT_features.asp
admin_config_ranks.asp
admin_config_system.asp

chkString calls have "SQLstring" instead of "SQLString". The actual chkString function in inc_func_common.asp is case sensitive.

I advise to make corrections in the above files AND change chkString function to case-insensitive by using


select case lcase(fField_Type)


and changing

		Case "SQLString"
		Case "JSurlpath"

to their lowercase counterparts:

		Case "sqlstring"
		Case "jsurlpath"


Stop the WAR!

Edited by - Davio on 07 March 2003 10:39:00

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 31 January 2003 :  13:49:04  Show Profile  Visit HuwR's Homepage
good idea
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 31 January 2003 :  14:50:59  Show Profile
Corrected/implemented in v4b04...

Stop the WAR!
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 14 February 2003 :  13:09:11  Show Profile
Davio, although this was already fixed previously, I'm waiting for your confirmation & lockout

Stop the WAR!
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 February 2003 :  21:46:22  Show Profile
Confirmed.

Fixed in 3.4.04

Support Snitz Forums

Edited by - Davio on 07 March 2003 10:37:59
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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07