[Openfirst-cvscommit] www/htdocs downloads.php,1.5,1.6 files.php,1.2,1.3 news.php,1.2,1.3
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-10-08 19:26:21
|
Update of /cvsroot/openfirst/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1063 Modified Files: downloads.php files.php news.php Log Message: Remove remnants of old database setup. Index: downloads.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/downloads.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** downloads.php 25 May 2005 18:46:28 -0000 1.5 --- downloads.php 8 Oct 2005 19:26:13 -0000 1.6 *************** *** 18,22 **** <?php - mysql_selectdb("openfirst"); $q = mysql_query("SELECT * FROM files ORDER BY id LIMIT 5;"); --- 18,21 ---- *************** *** 95,97 **** is *not* updated with the latest system until there is an official release prepared. This process ensures that there are stable releases available while at the same time new features may be prepared and/or tested using the CVS or nightly ! build versions. <b>If you're a first time user, you probably don't want a nightly build or a version directly from CVS.</b></p> \ No newline at end of file --- 94,96 ---- is *not* updated with the latest system until there is an official release prepared. This process ensures that there are stable releases available while at the same time new features may be prepared and/or tested using the CVS or nightly ! build versions. <b>If you're a first time user, you probably don't want a nightly build or a version directly from CVS.</b></p> Index: files.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/files.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** files.php 25 May 2005 18:49:31 -0000 1.2 --- files.php 8 Oct 2005 19:26:13 -0000 1.3 *************** *** 7,13 **** include_once("../inc/headers.php"); - mysql_selectdb("openfirst"); - - $inf = fopen("http://sourceforge.net/export/rss2_projfiles.php?group_id=78233", "r"); --- 7,10 ---- Index: news.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/news.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** news.php 25 May 2005 18:11:18 -0000 1.2 --- news.php 8 Oct 2005 19:26:13 -0000 1.3 *************** *** 7,13 **** include_once("../inc/headers.php"); - mysql_selectdb("openfirst"); - - $inf = fopen("http://sourceforge.net/export/rss2_projnews.php?group_id=78233&rss_limit=5", "r"); --- 7,10 ---- |