X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FBoolean.pm;h=1967bc71daca43b0ac5add26e164b94963c80700;hb=e52b493611766b61a0018350adc590ab07e9c94b;hp=02c0014b84ac58ab5e3e2ab3c2d9206288423bc1;hpb=6aa9e9171cbc7639b171dcd6a9f316954b68d0c6;p=koha_fer diff --git a/C4/Boolean.pm b/C4/Boolean.pm index 02c0014b84..1967bc71da 100644 --- a/C4/Boolean.pm +++ b/C4/Boolean.pm @@ -27,7 +27,7 @@ use warnings; use Carp; use base qw(Exporter); -our $VERSION = 0.03; +our $VERSION = 3.07.00.049; our @EXPORT_OK = qw( true_p); =head1 NAME @@ -67,7 +67,7 @@ our %strings = ( =item true_p - if ( C4::Boolean::true_p(C4::Context->preference("insecure")) ) { + if ( C4::Boolean::true_p(C4::Context->preference("IndependentBranches")) ) { ... }