From 21b8ca51e773f198868c703d6bf72fee43c3d755 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 12 Apr 2004 06:59:24 +0000 Subject: [PATCH] adding phpdoc blocks git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7083 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/change_password/backend/index.php | 2 +- plugins/change_password/backend/mysql.php | 9 +++++++-- plugins/change_password/backend/poppassd.php | 7 +++++-- plugins/change_password/backend/template.php | 20 +++++++++++++------- 4 files changed, 26 insertions(+), 12 deletions(-) diff --git a/plugins/change_password/backend/index.php b/plugins/change_password/backend/index.php index 1c4f4fcd..149c9612 100644 --- a/plugins/change_password/backend/index.php +++ b/plugins/change_password/backend/index.php @@ -10,7 +10,7 @@ * people to the login screen. At this point no attempt is made to see if * the person is logged or not. * - * $Id$ + * @version $Id$ * @package plugins */ diff --git a/plugins/change_password/backend/mysql.php b/plugins/change_password/backend/mysql.php index bb40be02..c2f50447 100644 --- a/plugins/change_password/backend/mysql.php +++ b/plugins/change_password/backend/mysql.php @@ -1,6 +1,11 @@ +/** + * MySQL change password backend + * + * @author Thijs Kinkhorst + * @version $Id$ + * @package plugins + * @subpackage change_password */ /** diff --git a/plugins/change_password/backend/poppassd.php b/plugins/change_password/backend/poppassd.php index d4ab8902..bb4bb1b4 100644 --- a/plugins/change_password/backend/poppassd.php +++ b/plugins/change_password/backend/poppassd.php @@ -1,9 +1,12 @@ + * + * @author Seth Randall + * @version $Id$ + * @package plugins + * @subpackage change_password */ /** diff --git a/plugins/change_password/backend/template.php b/plugins/change_password/backend/template.php index 73bd20f2..7d818be6 100644 --- a/plugins/change_password/backend/template.php +++ b/plugins/change_password/backend/template.php @@ -1,11 +1,17 @@