[Openfirst-cvscommit] www/htdocs index.php,1.8,1.9
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-10-08 19:21:45
|
Update of /cvsroot/openfirst/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32738 Modified Files: index.php Log Message: Remove remnant from old database settings. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/index.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.php 20 Jul 2005 23:44:26 -0000 1.8 --- index.php 8 Oct 2005 19:21:37 -0000 1.9 *************** *** 6,11 **** alt="" title=""> News & Updates</h1> <?php - mysql_selectdb("openfirst"); - $q = mysql_query("SELECT * FROM news ORDER BY id LIMIT 5;"); --- 6,9 ---- |