Zen Follower
- Join Date:
- Jun 2009
- Posts:
- 207
- Plugin Contributions:
- 0
Short opening tags in email_history
Hi,
In email_history.php there are two lines with short opening tags for php. If the use of short tags is disabled in PHP.ini, this causes the email history tool to display nothing.
The lines in the file (version 1.3.9f) are:
Line 300:
<? echo TRIM_CONFIRM_WARNING; ?>And line 307/308:
<? break; Boudewijn