
 Marcus Eby - 2008-10-02 20:02:30
Getting the error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /htdocs/include/GoogleSiteMap.php on line 24
Line 22 on is: 
class GoogleSiteMap
{
	// definitions
	private 
		$basedomain,
		$dir = '.',
		$dirs,
		$self,
		$entries,
		$excludes,
		$allowedextensions,
		$recursive,
		$xml;
I'm running PHP4. Whats producing this error?
Thanks.
Marcus