diff options
author | alecpl <alec@alec.pl> | 2010-02-06 17:59:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-02-06 17:59:41 +0000 |
commit | a65bf3a14b617d4af6749bab9e6ac7668fb99292 (patch) | |
tree | 8e272b42c6265e540a46d0d62d5157d206012ef0 /plugins/password/password.php | |
parent | 5cec0c6078e06b54c98ec014c59ddd63858df42a (diff) |
- Password: fix vpopmaild driver (#1486478)
Diffstat (limited to 'plugins/password/password.php')
-rw-r--r-- | plugins/password/password.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/password/password.php b/plugins/password/password.php index a03d3540a..4f34e40d2 100644 --- a/plugins/password/password.php +++ b/plugins/password/password.php @@ -3,7 +3,7 @@ /* +-------------------------------------------------------------------------+ | Password Plugin for Roundcube | - | Version 1.3.1 | + | Version 1.3.2 | | | | Copyright (C) 2009, RoundCube Dev. | | | @@ -42,7 +42,6 @@ define('PASSWORD_SUCCESS', 0); * * For installation and configuration instructions please read the README file. * - * @version 1.3.1 * @author Aleksander Machniak */ class password extends rcube_plugin |