[phplib] Parse error in db_oci8.inc From: Jensen Tim-TAJENS1 (Tim.Jensen <email protected>)
Date: 09/05/00

I'm running PHP 3.0.16 and just loaded PHPLIB 7.2c. I'm connecting to an
oracle 8i database through the db_oci8.inc. The problem is that I'm getting
a parse error on line 225. The following is the code w/ line numbers from
db_oci8.inc. Does anybody know what I need to change to fix this problem?

222> function f($Name) {
223> if (is_object($this->Record[$Name]))
224> {
225> return $this->Record[$Name]->load();
226> } else
227> {
228> return $this->Record[$Name];
229> }
230> }

Thanks,

    --Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>