Thanks so much, Gilby! Worked like a charm.
Linda, the bug fix "can't update an Admin Profile's checkboxes for assigned permissions" doesn't seem to fit my version of admin/profiles.php - which has neither the line of code that needs fixing:
<form id="profileBoxes" name="profileBoxes" action="<?php echo zen_href_link(FILENAME_PROFILES) ?>" method="post">
-nor the fix code:
<?php echo zen_draw_form('profileBoxes', FILENAME_PROFILES, 'action=update') ?>
The line it has instead of those two is
<?php echo zen_draw_form('profileBoxes', FILENAME_PROFILES, 'action=insert') ?>
I guess that means my file is OK?



Reply With Quote
