Re: [Php-calendar-discussion] 'Options' problems in 0.8
Brought to you by:
sproctor
From: Sean P. <spr...@cc...> - 2003-03-11 02:54:28
|
On Mon, Mar 10, 2003 at 06:45:12PM -0500, Mark Bernard wrote: > It had to do with the absence of the translation library and the > corresponding gettext() / _() function, which many ISPs seem to suffer. > You had code from lines 30 to 34 in "include/setup.php" that simulated that > a do-nothing version of that function if it didn't already exist. > Unfortunately, it erroneously terminated the include of the entire > setup.php file by issuing a "return;" outside of a function declaration if > no _() function was detected. Thanks! Nice catch. I had a few problems with setup.php. I'm still not sure exactly what it's doing... it was pretty much just to get some code out of index.php. I think I need to work on it a little bit... Sean |