From 0333d3d598d203c56a793605e7be92dadddf8c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?= Date: Tue, 15 Apr 2008 16:52:23 +0000 Subject: [PATCH] user web: change flush statement to function call in translation system (fixes #425). svn path=/trunk/boinc/; revision=15054 --- checkin_notes | 7 +++++++ html/inc/translation.inc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index ed6f8e1020..4bbb31954d 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/html/inc/translation.inc b/html/inc/translation.inc index c95a018ce3..72d9370cef 100644 --- a/html/inc/translation.inc +++ b/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. This is a fatal error, exiting. "; - flush; + flush(); exit; }