Typo in phplib/db_pgsql.inc from Horde 1.2.5?

Alexander J. Willman willman at Princeton.EDU
Fri Jun 1 11:45:25 PDT 2001


Is there a typo in the phplib/db_pgsql.inc that is distributed with
Horde 1.2.5?  It differs from the version distributed with Horde 1.2.3
by one character within line 40.  The version from Horde 1.2.3 contains:

	$this->Link_ID=pg_pconnect($cstr);

while the version from Horde 1.2.5 contains:

	$this->Link_ID=pg_connect($cstr);

I get several errors when I use the version from Horde 1.2.5 with Horde
1.2.5 and IMP 2.2.5, but I get no errors when I use the version from
Horde 1.2.3 (also with Horde 1.2.5 and IMP 2.2.5).

		Thanks.

			Alex




More information about the horde mailing list