Bugfix: Correcting hash dereferencing for barcode data
[koha_gimpoz] / C4 / Context.pm
index b0b6293..393f9a9 100644 (file)
@@ -71,7 +71,7 @@ BEGIN {
                                }       
                 print "</body></html>";
                        }
-               CGI::Carp::set_message(\&handle_errors);
+               #CGI::Carp::set_message(\&handle_errors);
                ## give a stack backtrace if KOHA_BACKTRACES is set
                ## can't rely on DebugLevel for this, as we're not yet connected
                if ($ENV{KOHA_BACKTRACES}) {
@@ -507,7 +507,7 @@ sub clear_syspref_cache {
     %sysprefs = ();
 }
 
-=head2 set_preference
+=item set_preference
 
   C4::Context->set_preference( $variable, $value );