krishmandal
17th of October 2002 (Thu), 13:09
Hi Pekka,
Great software. After I get everything set up, you've got a check coming your way.
One thing I noticed after my admin install:
in the admin area, in settings.php, where you get to choose the style next to "Select style"...(under the Output format choice)...when you set the style and then submit the form, it does change it.
However, when you come back to it, it doesn't select the proper current style. The "select" statement in the HTML code generated isn't being properly put next to the right choice. The PHP code that generates this is:
if ($key == $s_style_id) print " selected";
however, the variable $s_style_id is not defined before the statement.
I'm not exactly sure how to fix it, so I thought I'd ask you. Maybe someone has already spotted this and told you about it, but I couldn't find it in the discussions.
Thanks.
Great software. After I get everything set up, you've got a check coming your way.
One thing I noticed after my admin install:
in the admin area, in settings.php, where you get to choose the style next to "Select style"...(under the Output format choice)...when you set the style and then submit the form, it does change it.
However, when you come back to it, it doesn't select the proper current style. The "select" statement in the HTML code generated isn't being properly put next to the right choice. The PHP code that generates this is:
if ($key == $s_style_id) print " selected";
however, the variable $s_style_id is not defined before the statement.
I'm not exactly sure how to fix it, so I thought I'd ask you. Maybe someone has already spotted this and told you about it, but I couldn't find it in the discussions.
Thanks.