Revision 1075
Added by Matthias over 15 years ago
view.php | ||
---|---|---|
365 | 365 |
} |
366 | 366 |
} else { |
367 | 367 |
// Say no comments found |
368 |
$content = ''; |
|
368 | 369 |
if(isset($TEXT['NONE_FOUND'])) { |
369 |
$content .= "<tr><td>".$TEXT['NONE_FOUND'].'<br /></td></tr>';
|
|
370 |
$content .= '<tr><td>'.$TEXT['NONE_FOUND'].'<br /></td></tr>';
|
|
370 | 371 |
} else { |
371 | 372 |
$content .= '<tr><td>None Found<br /></td></tr>'; |
372 | 373 |
} |
Also available in: Unified diff
Fixed E_ALL notice in news/view.php