|
|
web database.php,1.4,1.5: msg#00068
|
Subject: |
web database.php,1.4,1.5 |
Update of /cvsroot/mantisbt/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21503
Modified Files:
database.php
Log Message:
Should pickup the latest version properly
Index: database.php
===================================================================
RCS file: /cvsroot/mantisbt/web/database.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- database.php 15 Dec 2004 23:19:45 -0000 1.4
+++ database.php 16 Dec 2004 15:14:52 -0000 1.5
@@ -8,7 +8,7 @@
This is a basic view of the database schema used in Mantis. Note that MySQL
doesn't have real foreign keys.
<p>
<ul>
- <li><a href="mantis/sql/db_generate.sql">Text of current release (<?php
echo $g_mantis_version ?>)</a>
+ <li><a href="mantis/sql/db_generate.sql">Text of current release (<?php
include("files/VERSION") ?>)</a>
<li><a href="images/mantis-0.17.0.gif">version 0.17.x</a> <?php echo
round(filesize("images/mantis-0.17.0.gif") / 1024) ?>KB
<li><a href="images/mantis-0.15.0.gif">version 0.15.x</a> <?php echo
round(filesize("images/mantis-0.15.0.gif") / 1024) ?>KB
<li><a href="images/mantis-0.14.0.gif">version 0.14.1</a> <?php echo
round(filesize("images/mantis-0.14.0.gif") / 1024) ?>KB
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
|
| |