Mike.. yes I remember vaguely now, the arrays were missing for multilanguages author and nickname.. so you are correct..
---------------
hdonald, your server is extra-awake, its reading some poor 'commenting out' structure (which it was intended to ignore) as a php code. Most servers don't do that..
You can remove unused lines 1758 to 1773 in that file,
or just remove 1765-7, i.e this offending bit
Code:
<?php echo zen_draw_separator('pixel_trans.gif', '24', '15') . ' ' .
zen_draw_pull_down_menu_multiple('book_dd1_id' . $i . '[]'', $book_dd1_array[$i], $book_dd1_default_array[$i], 'multiple="multiple"',20)
?>
Or you could just separate above, the first ? from the < and 'php', and the last ? from the >, so the server doesn't see php start and finish codes.
Bookmarks