I thought it will say, which function it can not redeclare.
How many functions you have in the file?
If it is small number, you could comment out each function and see which
one is casuing the problem.
Jack Sasportas wrote:
> I just finished coding everything on a project it was working (all
> nighter), and now something I just changed is causing this error
>
> "Can't redeclare already declared function in "
>
> There is no duplication of functions declarations.
>
> The thing is it is basically saying that no matter what functions are in
> the file, you will get the error on whatever function is 1st function in
> the file of functions, and the line it always points to is the closing
> "}" of the function itself...
>
> Tried to get help on php.net, but didn't find anything.
> Any Ideas ?
>
> ___________________________________________________________
> Jack Sasportas
> Innovative Internet Solutions
> Phone 305.665.2500
> Fax 305.665.2551
> www.innovativeinternet.com
> www.web56.net
>
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]