*** empty log message ***

svn path=/trunk/boinc/; revision=3924
This commit is contained in:
Karl Chen 2004-07-21 22:09:42 +00:00
parent 11fda1b929
commit d81330338b
2 changed files with 13 additions and 5 deletions

View File

@ -15483,11 +15483,18 @@ Rom July 19 2004
Karl 2004-07-21
- fix bug in "couldn't find app" messages
sched/
message_handler.C
validator.C
Karl 2004-07-21
- allow '.msi' as extension for installation package
tools/
update_versions
Karl 2004-07-22
- fixed html/php bugs (e.g. should be <?php instead of <?)
html/user/
@ -15495,13 +15502,11 @@ Karl 2004-07-21
team_manage.php
html.php
old_news.php
html/inc
profile.inc
project.sample/
project_news.inc
sched/
message_handler.C
validator.C
David 21 July 2004
- Database optimization in the transitioner:
add several results in a single SQL insert statement

View File

@ -57,8 +57,11 @@ function show_profile_creation_page($user) {
function setup_form($user, $profile) {
// <form action=", $_SERVER['PHP_SELF'], " method=\"POST\", ENCTYPE=\"multipart/form-data\">
// multipart/form-data doesn't always work (?)
echo "
<form action=", $_SERVER['PHP_SELF'], " method=\"POST\", ENCTYPE=\"multipart/form-data\">
<form action=", $_SERVER['PHP_SELF'], " method=\"POST\">
";
}