[Openfirst-cvscommit] base/config dbase.php,1.4,1.5
Brought to you by:
xtimg
From: <xt...@us...> - 2003-08-24 03:06:54
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv29154 Modified Files: dbase.php Log Message: Make optional what is optional in ofirst_select_db() Index: dbase.php =================================================================== RCS file: /cvsroot/openfirst/base/config/dbase.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dbase.php 23 Aug 2003 20:37:30 -0000 1.4 --- dbase.php 24 Aug 2003 03:06:50 -0000 1.5 *************** *** 56,60 **** } ! function ofirst_select_db($databasename, $linkidentifier) { global $dbasetype; if($dbasetype == "mysql") { --- 56,60 ---- } ! function ofirst_select_db($databasename, $linkidentifier = "") { global $dbasetype; if($dbasetype == "mysql") { |