[snip]
> Well, it's very likely that that file was being included 
> twice. You just can't do an include() on the same file twice 
> if it defines functions or classes. Look through your code 
> and see all of the places where the include was happening. 
> Perhaps the file that includes that file is being included twice.
[/snip]

I checked that.  I have all the includes at the top of the page only
being brought in from a config file.
I checked the config file for that directory and it only calls the files
once.  No duplication.
I even checked the classes to insure that there wasn't any duplicate
functionality or duplicate calls.

Apparently I must've been calling it from someplace else that I can't
find, and changing to include_once() fixed the problem.  I just don't
understand why it worked for as long as it did before now.


alex hogan
*************************************************************************************
The contents of this e-mail and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom it is addressed. The 
views stated herein do not necessarily represent the view of the company. If you are 
not the intended recipient of this e-mail you may not copy, forward, disclose, or 
otherwise use it or any part of it in any form whatsoever. If you have received this 
e-mail in error please e-mail the sender. 
*************************************************************************************

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to