- fix version

- fix a typo
This commit is contained in:
Sandro Cazzaniga 2012-07-26 07:42:25 +00:00
parent 35262aa6b0
commit 3ee4e9765a

View File

@ -14,7 +14,7 @@ use Encode;
use strict;
our @EXPORT = qw(ldap);
our $VERSION = '1.2.0';
our $VERSION = '1.3.0';
our $ppLoaded = 0;
BEGIN {
@ -177,7 +177,7 @@ sub userBind {
$self->{portal}->info(
"<h3>"
. printf( $self->msg(PM_PP_EXP_WARNING),
self->convertSec( $resp->time_before_expiration )
$self->convertSec( $resp->time_before_expiration )
)
. "</h3>"
);