mirror of https://github.com/BOINC/boinc.git
user web: change flush statement to function call in translation system (fixes #425).
svn path=/trunk/boinc/; revision=15054
This commit is contained in:
parent
5740168365
commit
0333d3d598
|
@ -3248,3 +3248,10 @@ Charlie April 15 2008
|
||||||
boinc_resolve_filename().
|
boinc_resolve_filename().
|
||||||
lib/
|
lib/
|
||||||
app_ipc.C
|
app_ipc.C
|
||||||
|
|
||||||
|
Rytis April 15 2008
|
||||||
|
- user web: change flush statement to function call in translation system
|
||||||
|
(fixes #425).
|
||||||
|
|
||||||
|
html/inc/
|
||||||
|
translation.inc
|
||||||
|
|
|
@ -433,7 +433,7 @@ if (!file_exists($lang_language_dir.$lang_compiled_dir."language_interface.inc")
|
||||||
echo "ERROR: Could not load language interface.
|
echo "ERROR: Could not load language interface.
|
||||||
This is a fatal error, exiting.
|
This is a fatal error, exiting.
|
||||||
";
|
";
|
||||||
flush;
|
flush();
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue