In phpclasses/db.class.php: Added the database connection string as
authorarjen <arjen>
Sat, 29 Mar 2003 08:33:20 +0000 (08:33 +0000)
committerarjen <arjen>
Sat, 29 Mar 2003 08:33:20 +0000 (08:33 +0000)
commit9f6fdbca8954ba326eb656767e8ef72fbc66b225
treecf52e00aefb860d50bbfbf0777ca9c4b8c178d60
parente5362e31bcb654017ee60cc651360dbf3c40637f
In phpclasses/db.class.php: Added the database connection string as
an argument to the function copy_db_class.
Fixed the PHP member function db::db_connect(). The Postgres connection
string is now passed as an argument to that function.
src/gcm_daemon/gcm_daemon.php
src/phpclasses/db.class.php
src/phpclasses/db.postgres.php