Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24566/config
Modified Files:
first.php
Log Message:
Fixed double ofirst_select_db() calls (in generated globals.php)
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** first.php 28 Dec 2004 18:15:42 -0000 1.42
--- first.php 28 Dec 2004 19:55:06 -0000 1.43
***************
*** 145,149 ****
\$headers = \"\";
- ofirst_select_db(\$sqldatabase, \$sqlconnection);
\$incl = ofirst_dbquery(\"SELECT * FROM ofirst_config\");
--- 145,148 ----
|