"Work Around" is much more accurate. . . thanks!

Okay, so just in case anyone is curious or wants to write up a SQL query that will fix up the DB, here's what changes when you open a section, change "Section Description" to "hide", apply, then click "show" and apply.
Changes/Additions are in bold:
menu_image=-1
page_title=1
pageclass_sfx=
back_button=
description_sec=1description_sec_image=1orderby=
other_cat_section=1
empty_cat_section=1
description
_cat=1
description
_cat_image=1
other_cat=1
empty_cat=1
cat_items=1
cat_description=1
date_format=
date=
author=
hits=
headings=1
navigation=1
order_select=1
display=1
display_num=50
filter=1
filter_type=title
unpublished=1So, I'm no code monkey, but it seems pretty clear that the new PHP files in the front-end are expecting values (in this case, description_sec) that aren't present until the record is modified via Joomla 1.0.10.
Seems like this would be a case where the upgrade should have been accompanied by a "database updater" to the new "schema" (if possible) that would have looked for the old value that set whether Section Descriptions were shown (if there was one, or did they just show always if you had content in them?) and then apply it to the new value.
But, of course, this security release seemed pretty urgent, so the Joomla gods may have decided to get the patch out without such a script before the world came crashing down.

But what do I know? Just trying to understand the problem here and avoid toggling that setting on 350 menu entries (we run a database of toys, characters, and episode guide for a show and our sections serve as the "profile" for each item with user-submitted content in categories below it).
Best,
H