[jonah] Typo in channels.php
Patrick Brossier
Patrick.Brossier at mgm.fr
Fri Feb 28 21:20:35 PST 2003
In channels.php 1.23
41c41
if (@is_readable($conf['paths']['data'] . '/html/' . $key . '.html')) {
Files $key . '.html' don't exist.
You have $key . '-detailed.html'
'-standard.html'
'-compact.html'
'-ultracompact.html'
161c161
readfile($conf['paths']['data'] . '/html/' . $channelName . '-' . $channelView . '.html');
You write file in UTF-8 in a page who has its own charset.
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the jonah
mailing list