[Openfirst-cvscommit] base/config first.php,1.20,1.21
Brought to you by:
xtimg
From: <xt...@us...> - 2003-08-24 15:22:43
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv17137 Modified Files: first.php Log Message: Add selecting database to globals.php (where it should be, anyway) instead of relying on auth.php to handle this. Index: first.php =================================================================== RCS file: /cvsroot/openfirst/base/config/first.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** first.php 23 Aug 2003 19:54:34 -0000 1.20 --- first.php 24 Aug 2003 15:22:40 -0000 1.21 *************** *** 70,73 **** --- 70,74 ---- } \$sqlconnection = ofirst_dbconnect(\"\$sqlserver\",\"\$sqluser\",\"\$sqlpassword\"); + ofirst_select_db(\$sqldatabase); \$home = '" . $_POST["home"] . "'; |