Re: UDF Error

2001-12-12 Thread Michael Dinowitz
A UDF can not be defined more than once. Additionally, a variable can not be named with the same name as a UDF. Search your page for breaklist as a variable or as a UDF set. If you only find one, then check out all the CFINCLUDEs and CFMODULEs used with the page. Somewhere there's a double set

RE: UDF Error

2001-12-12 Thread Raymond Camden
Owen, I'm investigating this as well. I got it on cflib.org a few times, and the UDF in question was _not_ declared twice and was not on line 1 for certain. There were also no variables with the same name. === Raymond Camden,

Re: UDF Error

2001-12-12 Thread Owen Leonard
I ran into a strange error today, and I can't figure out what's going on: Routines cannot be declared more than once. A UDF can not be defined more than once. Additionally, a variable can not be named with the same name as a UDF. Well, it turned out to be a silly mistake. Instead of