[dev] typo in vacation/lib/Driver/ldap.php
Peter Arien
peter.arien at cc.kuleuven.ac.be
Thu Apr 29 06:28:27 PDT 2004
From HEAD (1 hour old):
typo in vacation/lib/Driver/ldap.php
--
Peter
K.U.Leuven - LUDIT -=- Tel: +32 16 322219
peter.arien at cc.kuleuven.ac.be -=- http://ludit.kuleuven.be
Any technology distinguishable from magic is insufficiently advanced
-------------- next part --------------
--- vacation/lib/Driver/ldap.orig.php 2004-04-29 15:24:36.000000000 +0200
+++ vacation/lib/Driver/ldap.php 2004-04-29 15:24:17.000000000 +0200
@@ -296,7 +296,7 @@
if (is_a($res, 'PEAR_Error')) {
$this->_disconnect();
if ($res->getMessage() == _("Could not bind to ldap server")) {
- return PEAR::raiseError(_("Incorect Password"));
+ return PEAR::raiseError(_("Incorrect Password"));
}
return $res;
}
More information about the dev
mailing list