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)
 Incorrect variable in OldStrToDate() function
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 03 October 2006 :  05:07:48  Show Profile
Just realized this as I was updating my forum.

The following function in inc_func_common.asp is missing the text in red:
function oldStrToDate(strDateTime)
	if ChkDateFormat(strDateTime) then
		oldStrToDate = cdate("" & Mid(strDateTime, 5,2) & "/" & ...
	else
		tmpDate = DatePart("m",strForumTimeAdjust) & "/" & ...
		oldStrToDate = "" & tmpDate
	end if
end function
Althought this function is no longer used, in case anyone decides to use it, the function would not return any value.<

Support Snitz Forums

Edited by - AnonJr on 17 March 2009 19:13:44

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 03 December 2006 :  19:33:28  Show Profile
Fixed in version 3.4.07.<

Support Snitz Forums

Edited by - Davio on 06 January 2008 14:53:18
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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07