Thanks, the reason why I asked for the diffs is because I have quite a bit
of custom code on my site, and I hate having to re-create all the mods.
Thanks.
----- Original Message -----
From: "Jason Hines" <ope...@ey...>
To: <php...@li...>
Sent: Monday, June 12, 2000 1:12 PM
Subject: Re: [phpWebLog-devel] Diffs
>
>
>
> --- phpweblog-0.2.4/admin/config.php3 Thu Jun 8 10:41:06 2000
> +++ phpweblog/admin/config.php3 Sun Jun 11 22:58:40 2000
> @@ -91,7 +99,7 @@
> <td>
> <input type=radio name=AllowHTML value="0" <?php echo
> $CONF["AllowHTML"]==0 ? "checked" : ""; ?>> No
> <input type=radio name=AllowHTML value="1" <?php echo
> $CONF["AllowHTML"]==1 ? "checked" : ""; ?>> Code
> -<input type=radio name=AllowHTML value="1" <?php echo
> $CONF["AllowHTML"]==2 ? "checked" : ""; ?>> Yes</td>
> +<input type=radio name=AllowHTML value="2" <?php echo
> $CONF["AllowHTML"]==2 ? "checked" : ""; ?>> Yes</td>
> </tr>
>
>
>
>
> Just change the value="1" to value="2" for the Yes line in
> admin/config.php3.
>
> This is fixed in latest unstable as well.
>
>
> Stephen Lawrence wrote:
> >
> > Any way we can get the diffs for the "HTML" option fix?
> >
> > -
> > Stephen Lawrence Jr.
> > lo...@da...
> >
> > _______________________________________________
> > phpWebLog-devel mailing list
> > php...@li...
> > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel
>
> _______________________________________________
> phpWebLog-devel mailing list
> php...@li...
> http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel
|