|
From: Benjamin C. <bc...@us...> - 2002-10-19 19:52:07
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory usw-pr-cvs1:/tmp/cvs-serv29160/templates/default Modified Files: upgrade.html Log Message: Added disclaimer for oracle users. Index: upgrade.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/upgrade.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- upgrade.html 19 Oct 2002 19:03:15 -0000 1.9 +++ upgrade.html 19 Oct 2002 19:52:04 -0000 1.10 @@ -10,6 +10,10 @@ of phpBugTracker. <br> <br> + <b>Oracle Users</b>: This script will not complete all the tasks necessary for the upgrade. Please + see upgrade.php for further required schema changes. + <br> + <br> <a href="<?php echo $HTTP_SERVER_VARS['PHP_SELF']; ?>?doit=1">Do it!</a> </div> </body> |