[Openfirst-cvscommit] base/config dbase.php,1.10,1.11
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2004-04-15 03:24:43
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8240 Modified Files: dbase.php Log Message: Remove temporary testing stuff Index: dbase.php =================================================================== RCS file: /cvsroot/openfirst/base/config/dbase.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** dbase.php 12 Apr 2004 19:38:09 -0000 1.10 --- dbase.php 15 Apr 2004 03:24:35 -0000 1.11 *************** *** 41,45 **** $newlink = "", $intclientflags = "") { global $dbasetype, $peardb, $connectdsn; - echo("CONNECT"); if($peardb) { $connectdsn = "$dbasetype://$username:$password@$server/"; --- 41,44 ---- *************** *** 76,80 **** function ofirst_select_db($databasename, $linkidentifier = "") { global $dbasetype, $peardb, $connectdsn; - echo "SELECTDB"; if($peardb) { return($connectdsn =& DB::connect("$connectdsn$databasename")); --- 75,78 ---- |