user web: change flush statement to function call in translation system (fixes #425).

svn path=/trunk/boinc/; revision=15054
This commit is contained in:
Rytis Slatkevičius 2008-04-15 16:52:23 +00:00
parent 5740168365
commit 0333d3d598
2 changed files with 8 additions and 1 deletions

View File

@ -3248,3 +3248,10 @@ Charlie April 15 2008
boinc_resolve_filename().
lib/
app_ipc.C
Rytis April 15 2008
- user web: change flush statement to function call in translation system
(fixes #425).
html/inc/
translation.inc

View File

@ -433,7 +433,7 @@ if (!file_exists($lang_language_dir.$lang_compiled_dir."language_interface.inc")
echo "ERROR: Could not load language interface.
This is a fatal error, exiting.
";
flush;
flush();
exit;
}