phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Double Choco Latte 0.9.3 and phpgw 0.9.14.003


From: Brian Epstein
Subject: Re: [Phpgroupware-users] Double Choco Latte 0.9.3 and phpgw 0.9.14.003
Date: Fri, 30 May 2003 10:16:01 -0400 (EDT)

> I saw this happen in the HEAD code as well. It is happening for a 
> reason, which I dont remember offhand. However the solution is easy. In 
> the phpgwapi/inc/functions.inc.php wrap the function in an 
> if(!function_exists('print_debug'))
> {
>    function print_debug($var)
>    {
>      //the function code
>    }
> }

Thanks, this is starting to help, but now after wrapping all the various 
functions, I'm having to start wrapping all the various classes as well.  
That is a heck of a lot of work, so I'm going to poke around again to try 
and figure out why all these files are being called twice.

Thanks,
ep

-- 
Brian Epstein <address@hidden>            http://www.advsys.com
Advanced Systems Consulting, INC.              +1 856 983-3888 x 260
Key fingerprint = 33F9 706C 790E CD96 8B63  8734 0A86 495E 2449 E375





reply via email to

[Prev in Thread] Current Thread [Next in Thread]