From 7b69636a7035f4641b9a6bea28a8aa813b443e44 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 17 Jul 2013 02:24:16 -0400 Subject: [PATCH] Merge branch 'patch-1' of https://github.com/gerundt/roundcubemail into gerundt-patch-1 from pull request #74 --- plugins/virtuser_query/virtuser_query.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/plugins/virtuser_query/virtuser_query.php b/plugins/virtuser_query/virtuser_query.php index 9cf27e6..3181cda 100644 --- a/plugins/virtuser_query/virtuser_query.php +++ b/plugins/virtuser_query/virtuser_query.php @@ -3,7 +3,7 @@ /** * DB based User-to-Email and Email-to-User lookup * - * Add it to the plugins list in config/main.inc.php and set + * Add it to the plugins list in config.inc.php and set * SQL queries to resolve usernames, e-mail addresses and hostnames from the database * %u will be replaced with the current username for login. * %m will be replaced with the current e-mail address for login. @@ -24,6 +24,7 @@ * @author Aleksander Machniak <alec@alec.pl> * @author Steffen Vogel * @author Tim Gerundt + * @license GNU GPLv3+ */ class virtuser_query extends rcube_plugin { -- Gitblit v1.9.1