| Edin Kadribasic 2004-09-23, 8:57 pm |
| edink Thu Sep 23 19:30:45 2004 EDT
Modified files:
/phpweb downloads.php
Log:
Link to correct version
http://cvs.php.net/diff.php/phpweb/...6&r2=1.217&ty=u
Index: phpweb/downloads.php
diff -u phpweb/downloads.php:1.216 phpweb/downloads.php:1.217
--- phpweb/downloads.php:1.216 Thu Sep 23 01:00:26 2004
+++ phpweb/downloads.php Thu Sep 23 19:30:44 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: downloads.php,v 1.216 2004/09/23 05:00:26 iliaa Exp $
+// $Id: downloads.php,v 1.217 2004/09/23 23:30:44 edink Exp $
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -83,7 +83,7 @@
<p>
See the <a href="/ChangeLog-4.php">ChangeLog</a> for a complete list of changes,
- or the <a href="/release_4_3_8.php">release notes</a> for more information on
+ or the <a href="/release_4_3_9.php">release notes</a> for more information on
this particular release. Daily snapshots are also available from
<a href="http://snaps.php.net/">snaps.php.net</a> (not intended for production use!).
</p>
|