[Phplib-trackers] [ phplib-Patches-450758 ] Support multiple database
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-04-20 01:35:22
|
Patches item #450758, was opened at 2001-08-14 13:25 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403613&aid=450758&group_id=31885 Category: None Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Richard Archer (richardarcher) Summary: Support multiple database Initial Comment: To support multiple database add if (!@mysql_select_db($this->Database,$this->Link_ID)) { $this->halt("cannot use database ".$this->Database); } before each mysql_query() in db_mysql.inc ---------------------------------------------------------------------- Comment By: Ronny Hanssen (godvin) Date: 2002-04-20 03:34 Message: Logged In: YES user_id=347330 I have tried to find a changelog that tells me that this is fixed in any of the versions available without luck. I might of course be looking at the wrong places... :) Is this patch included in any of the packages in the file section, or is it in any of the cvs versions (php-lib or php-lib-stable)? How was it implemented? (A diff would be nice...) ---------------------------------------------------------------------- Comment By: Richard Archer (richardarcher) Date: 2001-08-27 10:31 Message: Logged In: YES user_id=279311 Done, but not using the method advised :) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403613&aid=450758&group_id=31885 |