Opened 17 years ago

Closed 16 years ago

#425 closed Defect (fixed)

inc/translation.inc invokes "flush" not "flush()"

Reported by: Eric Myers Owned by: Rytis
Priority: Minor Milestone: Undetermined
Component: Web - Localization Version:
Keywords: Cc:

Description

In inc/translation.inc line 429 there is "flush", which may by old PHP. Proper usage is "flush()"

Change History (3)

comment:1 Changed 17 years ago by Nicolas

How come BOINC project pages aren't full of warnings because of this?

comment:2 Changed 16 years ago by Eric Myers

Priority: UndeterminedMinor

Ping! Just a reminder about this ticket. It's dead easy to fix.

comment:3 Changed 16 years ago by Rytis

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.