Revision 1114
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
9-Aug-2009 Matthias Gallas |
15 |
# Fixed bug in news modul introduced in changeset [1057] |
|
15 | 16 |
# Added missing variables also to preferences.php. Forgot in Changeset [1112] |
16 | 17 |
8-Aug-2009 Matthias Gallas |
17 | 18 |
# Added some missing variables to backend_themes (Thanks to Stefek) |
trunk/wb/modules/news/view.php | ||
---|---|---|
383 | 383 |
} else { |
384 | 384 |
$content .= '<tr><td>None Found<br /></td></tr>'; |
385 | 385 |
} |
386 |
echo $content; |
|
386 | 387 |
} |
387 | 388 |
|
388 | 389 |
// Print comments footer |
Also available in: Unified diff
Fixed bug in news modul introduced in changeset [1057]