|
From: Matthew G. <gr...@mu...> - 2002-11-01 01:14:08
|
Yup, that's a typo that slipped in with the ini rewrite.
Will be fixed in CVS in a few minutes.
On Thu, Oct 31, 2002 at 04:25:16PM -0500, Sean M Alderman wrote:
> In 1.5RC2 can someone check the phpESP.ini file just to confirm for me
> that I'm not seeing things ...
>
> There seems to be a typo in the first IF statement -
> if (isset($_GLOBALS)) {
> $_GLOBALS['ESPCONFIG'] = array();
> $ESPCONFIG =& $_GLOBAS['ESPCONFIG'];
> } else {
> global $ESPCONFIG;
> $ESPCONFIG = array();
> }
>
> $ESPCONFIG =& $_GLOBAS <--- should be $_GLOBALS right?
--
one of the friendly folks in the IT Lab.
--------------------------------------\
The IT Lab (http://www.itlab.musc.edu) \____________________
Probably the world's premier software development center.
Serving: Programming, Tools, Ice Cream, Seminars
|