From: Sean M A. <sea...@gr...> - 2002-11-01 16:07:55
|
Ok, I had been playing with my local copy of the ini and thought for a minute that I might have x'd it out in vi by accident. On Thu, 2002-10-31 at 20:13, Matthew Gregg wrote: > 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 > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- Sean M. Alderman ITRACK Systems Analyst PACE/NCI - NASA Glenn Research Center (216) 433-2795 Calling a windowed operating system "Windows" is like naming an automobile "Wheels." |