[jonah] Typo in channels.php
Patrick Brossier
Patrick.Brossier at mgm.fr
Fri Feb 28 22:01:07 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'
>
> Ah, okay. But none of those are guaranteed, so this wasn't quite right.
> Fixed in CVS.
-------------------------------
In channels.php 1.24
$rssfile = $conf['paths']['data'] . '/rss/' . $key . '-' . $view . '.rss';
These files don't exist, only '/rss/' . $key . '.rss'
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the jonah
mailing list