<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"><head><META content="text/html; charset=utf-8" http-equiv="Content-Type">

<STYLE><!-- /* Style Definitions */ p.05f775b6-15e7-4827-b5d6-bc3ade5720be, li.05f775b6-15e7-4827-b5d6-bc3ade5720be, div.05f775b6-15e7-4827-b5d6-bc3ade5720be, table.05f775b6-15e7-4827-b5d6-bc3ade5720beTable {margin:0cm; margin-bottom:.0001pt;}div.Section1 {page:Section1;}--></STYLE>
<meta content="text/html; charset=utf-8" http-equiv=Content-Type><meta content="Microsoft Word 12 (filtered medium)" name=Generator><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><BODY> 
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be"><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span lang=EN-US>I tried to upgrade from 4.0.17 to 4.2.1 the other day and no matter what I do, I get the same result. After upgrading I can login without any problem and all lists of tickets and graphs etc  looks good. (By the way, I really like the updates to the menus!)  <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>But if I open a ticket, it looks like the query builder is generating SQL using the “repeated” column of the CustomFields table, and that column was removed during the 4.1.11 upgrade process.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>My first reaction to this was to make sure the Mason object cache was deleted, but I’ve issued the rm command for that so many times now my fingers bleeds. I also tried doing the upgrade without any plugins and also a complete fresh install of the files (using make install instead of update). Still the same result.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Please find the example of a log entry for this problem at the bottom.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Has anyone seen this before? Any remedy?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Cheers,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Martin<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Logile:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>[25564] [Tue Nov 26 08:34:58 2013] [warning]: DBD::Pg::st execute failed: ERROR:  column main.repeated does not exist<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>LINE 1: ...name, main.type, main.rendertype, main.maxvalues, main.repea...<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                                                             ^ at /usr/local/share/perl5/DBIx/SearchBuilder/Handle.pm line 589. (/usr/local/share/perl5/DBIx/SearchBuilder/Handle.pm:589)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>[25564] [Tue Nov 26 08:34:58 2013] [warning]: RT::Handle=HASH(0x7f393a4fd258) couldn't execute the query 'SELECT main.* FROM CustomFields main JOIN ObjectCustomFields ObjectCustomFields_1  ON ( ObjectCustomFields_1.CustomField = main.id )  WHERE (ObjectCustomFields_1.ObjectId = '7' OR ObjectCustomFields_1.ObjectId = '0') AND (main.Disabled = '0') AND (main.LookupType = 'RT::Queue-RT::Ticket') AND (main.id = '0')   GROUP BY main.id, main.name, main.type, main.rendertype, main.maxvalues, main.valuesclass, main.basedon, main.pattern, main.lookuptype, main.description, main.sortorder, main.creator, main.created, main.lastupdatedby, main.lastupdated, main.disabled, main.id, main.name, main.type, main.rendertype, main.maxvalues, main.repeated, main.valuesclass, main.basedon, main.pattern, main.lookuptype, main.description, main.sortorder, main.creator, main.created, main.lastupdatedby, main.lastupdated, main.disabled   ORDER BY MIN(ObjectCustomFields_1.SortOrder) ASC ' at /usr/local/share/perl5/DBIx/SearchBuilder/Handle.pm line 602.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             DBIx::SearchBuilder::Handle::SimpleQuery('RT::Handle=HASH(0x7f393a4fd258)', 'SELECT main.* FROM CustomFields main JOIN ObjectCustomFields ...') called at /usr/local/share/perl5/DBIx/SearchBuilder.pm line 239<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             DBIx::SearchBuilder::_DoSearch('RT::CustomFields=HASH(0x7f393b13aa38)') called at /opt/bestpractical/rt-4.2.1/sbin/../lib/RT/SearchBuilder.pm line 990<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             RT::SearchBuilder::_DoSearch('RT::CustomFields=HASH(0x7f393b13aa38)') called at /usr/local/share/perl5/DBIx/SearchBuilder.pm line 507<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             DBIx::SearchBuilder::Next('RT::CustomFields=HASH(0x7f393b13aa38)') called at /opt/bestpractical/rt-4.2.1/sbin/../lib/RT/CustomFields.pm line 386<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             RT::CustomFields::Next('RT::CustomFields=HASH(0x7f393b13aa38)') called at /usr/local/share/perl5/DBIx/SearchBuilder.pm line 568<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             DBIx::SearchBuilder::First('RT::CustomFields=HASH(0x7f393b13aa38)') called at /opt/bestpractical/rt-4.2.1/share/html/Elements/ShowCustomFields line 92<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__('Object', 'RT::Ticket=HASH(0x7f393ae2c130)', 'Grouping', 'Links', 'Table', 0) called at /usr/local/share/perl5/HTML/Mason/Component.pm line 138<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7f393af086a0)', 'Object', 'RT::Ticket=HASH(0x7f393ae2c130)', 'Grouping', 'Links', 'Table', 0) called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1305<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1295<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::comp(undef, undef, 'Object', 'RT::Ticket=HASH(0x7f393ae2c130)', 'Grouping', 'Links', 'Table', 0) called at /opt/bestpractical/rt-4.2.1/share/html/Elements/ShowLinks line 64<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__('Object', 'RT::Ticket=HASH(0x7f393ae2c130)') called at /usr/local/share/perl5/HTML/Mason/Component.pm line 138<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7f393b12d030)', 'Object', 'RT::Ticket=HASH(0x7f393ae2c130)') called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1305<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1295<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::comp(undef, undef, 'Object', 'RT::Ticket=HASH(0x7f393ae2c130)') called at /opt/bestpractical/rt-4.2.1/share/html/Ticket/Elements/ShowSummary line 95<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__() called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1383<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1383<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::content('RT::Interface::Web::Request=HASH(0x7f393a77d978)') called at /opt/bestpractical/rt-4.2.1/share/html/Widgets/TitleBox line 56<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__('title', 'Links', 'title_href', '/rt/Ticket/ModifyLinks.html?id=13924', 'class', 'ticket-info-links', 'titleright_raw', '<a href="/rt/Ticket/Graphs/index.html?id=13924">Graph</a>') called at /usr/local/share/perl5/HTML/Mason/Component.pm line 138<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7f393aaa98e0)', 'title', 'Links', 'title_href', '/rt/Ticket/ModifyLinks.html?id=13924', 'class', 'ticket-info-links', 'titleright_raw', '<a href="/rt/Ticket/Graphs/index.html?id=13924">Graph</a>', ...) called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1305<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1295<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::comp(undef, undef, undef, 'title', 'Links', 'title_href', '/rt/Ticket/ModifyLinks.html?id=13924', 'class', 'ticket-info-links', ...) called at /opt/bestpractical/rt-4.2.1/share/html/Ticket/Elements/ShowSummary line 97<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__('Ticket', 'RT::Ticket=HASH(0x7f393ae2c130)', 'Attachments', 'RT::Attachments=HASH(0x7f393ae292d8)') called at /usr/local/share/perl5/HTML/Mason/Component.pm line 138<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7f39396a8950)', 'Ticket', 'RT::Ticket=HASH(0x7f393ae2c130)', 'Attachments', 'RT::Attachments=HASH(0x7f393ae292d8)') called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1305<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1295<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::comp(undef, undef, 'Ticket', 'RT::Ticket=HASH(0x7f393ae2c130)', 'Attachments', 'RT::Attachments=HASH(0x7f393ae292d8)') called at /opt/bestpractical/rt-4.2.1/share/html/Ticket/Display.html line 62<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__() called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1383<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1383<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::content('RT::Interface::Web::Request=HASH(0x7f393a77d978)') called at /opt/bestpractical/rt-4.2.1/share/html/Widgets/TitleBox line 56<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__('title', 'Ticket metadata') called at /usr/local/share/perl5/HTML/Mason/Component.pm line 138<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7f393aaa98e0)', 'title', 'Ticket metadata') called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1305<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1295<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::comp(undef, undef, undef, 'title', 'Ticket metadata') called at /opt/bestpractical/rt-4.2.1/share/html/Ticket/Display.html line 63<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__('id', 13924) called at /usr/local/share/perl5/HTML/Mason/Component.pm line 138<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7f393ad2cfd0)', 'id', 13924) called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1305<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1295<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::comp(undef, undef, undef, 'id', 13924) called at /usr/local/share/perl5/HTML/Mason/Request.pm line 958<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::call_next('RT::Interface::Web::Request=HASH(0x7f393a77d978)') called at /opt/bestpractical/rt-4.2.1/share/html/Ticket/autohandler line 66<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__('id', 13924) called at /usr/local/share/perl5/HTML/Mason/Component.pm line 138<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7f393ae15650)', 'id', 13924) called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1305<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1295<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::comp(undef, undef, undef, 'id', 13924) called at /opt/bestpractical/rt-4.2.1/sbin/../lib/RT/Interface/Web.pm line 680<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             RT::Interface::Web::ShowRequestedPage('HASH(0x7f393a5737d8)') called at /opt/bestpractical/rt-4.2.1/sbin/../lib/RT/Interface/Web.pm line 368<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             RT::Interface::Web::HandleRequest('HASH(0x7f393a5737d8)') called at /opt/bestpractical/rt-4.2.1/share/html/autohandler line 53<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Commands::__ANON__('id', 13924) called at /usr/local/share/perl5/HTML/Mason/Component.pm line 138<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7f393a5ff5d0)', 'id', 13924) called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1300<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 1295<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::comp(undef, undef, undef, 'id', 13924) called at /usr/local/share/perl5/HTML/Mason/Request.pm line 484<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 484<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/Request.pm line 436<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::exec('RT::Interface::Web::Request=HASH(0x7f393a77d978)') called at /usr/local/share/perl5/HTML/Mason/PSGIHandler.pm line 85<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/PSGIHandler.pm line 85<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Request::PSGI::exec('RT::Interface::Web::Request=HASH(0x7f393a77d978)') called at /usr/local/share/perl5/HTML/Mason/Interp.pm line 345<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::Interp::exec(undef, undef, 'id', 13924) called at /usr/local/share/perl5/HTML/Mason/PSGIHandler.pm line 48<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at /usr/local/share/perl5/HTML/Mason/PSGIHandler.pm line 48<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::PSGIHandler::invoke_mason('HTML::Mason::PSGIHandler::Streamy=HASH(0x7f393964fe48)', 'HTML::Mason::FakeApache=HASH(0x7f393acd4710)', 'HASH(0x7f393a776148)') called at /usr/local/share/perl5/HTML/Mason/PSGIHandler/Streamy.pm line 52<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             HTML::Mason::PSGIHandler::Streamy::__ANON__('CODE(0x7f393acd65e0)') called at /opt/bestpractical/rt-4.2.1/sbin/../lib/RT/Interface/Web/Handler.pm line 307<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             RT::Interface::Web::Handler::__ANON__('CODE(0x7f393acd65e0)') called at /usr/local/share/perl5/Plack/Util.pm line 302<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             Plack::Util::__ANON__('CODE(0x7f393aa03918)') called at /usr/local/share/perl5/Plack/Handler/Apache2.pm line 89<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             Plack::Handler::Apache2::call_app('Plack::Handler::Apache2', 'Apache2::RequestRec=SCALAR(0x7f393abaea18)', 'CODE(0x7f3939666678)') called at /usr/local/share/perl5/Plack/Handler/Apache2.pm line 126<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             Plack::Handler::Apache2::handler('Apache2::RequestRec=SCALAR(0x7f393abaea18)') called at -e line 0<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>                             eval {...} called at -e line 0 (/usr/local/share/perl5/Carp.pm:103)<o:p></o:p></span></p></div></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be"></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be">
<HR>

<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"><FONT FACE="Arial" SIZE="1"></FONT></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"><FONT FACE="Arial"><STRONG>Confidentiality Notice: </STRONG>This message is private and may contain confidential and proprietary information. If you have received this message in error, please notify us and remove it from your system and note that you must not copy, distribute or take any action in reliance on it. Any unauthorized use or disclosure of the contents of this message is not permitted and may be unlawful.</FONT></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"><FONT FACE="Arial"></FONT> </P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"><FONT FACE="Arial"></FONT></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"><FONT FACE="Arial"></FONT></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"><FONT FACE="Arial"></FONT></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"><FONT FACE="Arial"></FONT></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"><FONT FACE="Arial"></FONT><FONT SIZE="+0"></FONT></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"><FONT FACE="Arial"></FONT></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"></P>
<P></P>
<P></P></P>
<P></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"></P>
<P CLASS="05f775b6-15e7-4827-b5d6-bc3ade5720be" STYLE="FONT-SIZE: 8pt"></P></BODY></HTML>