_set_preference( $row->{'variable'}, $preferences{$row->{'variable'}} );
}
# FIXME This may be not needed
C4::Context->clear_syspref_cache();
*CGI::new = sub {
my $q = $old_new->( @_ );
$CGI::PARAM_UTF8 = 1;
return $q;
};
-