[Phplib-users] parse error in auth.inc
Brought to you by:
nhruby,
richardarcher
From: Marco <new...@dk...> - 2002-07-30 22:12:24
|
Hi there, I don't know if you've discussed this here before because I'm new back in this list. While implementing phplib I got the following problem: Parse error: parse error in /data/phplib/php-lib-stable/php/auth.inc on line 58 The line is that one with the mark: ## back compatibility: if database_class is set, create db object if(isset($this->database_class)) { --> $this->db = new $this->database_class; } I reloaded all from cvs but the error still occurs. [:-(] Any suggestions? Bye Marco |