Menu

Fix to trivial bug in release 0.11

An error in the database may cause a "Server Error" upon submitting a request. Apply the following changes to the database.

UPDATE `my_tables` SET `admin_value` = 'Apache::AppWrap::Subs::help_vbar($opts) ; Apache::AppWrap::Catalyst::favorites( $opts)' WHERE `idnum` = '37' LIMIT 1;
UPDATE `my_tables` SET `admin_value` = 'Apache::AppWrap::Subs::top_menu($opts) ; favorites($opts)' WHERE `idnum` = '96' LIMIT 1;
UPDATE `my_tables` SET `admin_value` = 'favorites( $opts)' WHERE `idnum` = '219' LIMIT 1;

Posted by Russell Lundberg 2004-10-11

Log in to post a comment.