From: <vb...@us...> - 2002-09-08 00:07:42
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv1723 Modified Files: release.php Log Message: Fixed 0000029: Undefined variable: DOCUMENT_ROOT in release notes page Index: release.php =================================================================== RCS file: /cvsroot/webnotes/web/release.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- release.php 7 Sep 2002 14:41:08 -0000 1.2 +++ release.php 8 Sep 2002 00:07:40 -0000 1.3 @@ -69,7 +69,7 @@ <!-- BEGIN 1.0.0 --------------------------------------------- --> <? print_release("1.0.0","March 16, 2001", - "This is the 1.0.0 release. It is fully functional and should work with just a little tweaking of the config settings. One potential problem comes from the various ways $DOCUMENT_ROOT is set. <a href=\"mailto:ke...@30...\">Let me know</a> if there are any problems. 0.9.0 is obsoleted; there is no upgrade path." + "This is the 1.0.0 release. It is fully functional and should work with just a little tweaking of the config settings. One potential problem comes from the various ways \$DOCUMENT_ROOT is set. <a href=\"mailto:ke...@30...\">Let me know</a> if there are any problems. 0.9.0 is obsoleted; there is no upgrade path." ); ?> <!-- GLOBALS ------------------- --> |