From: Sean M A. <sea...@gr...> - 2002-10-31 21:21:02
|
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? -- 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." |