From 3b43404b2f238c56a9efeb9f53bb11b0d9445ac3 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 10 May 2004 10:12:30 +0000 Subject: [PATCH] adding phpdoc blocks git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7419 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/bug_report/show_system_specs.php | 8 ++++++-- plugins/bug_report/system_specs.php | 9 ++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/plugins/bug_report/show_system_specs.php b/plugins/bug_report/show_system_specs.php index 83e22b03..2f9f5b7a 100644 --- a/plugins/bug_report/show_system_specs.php +++ b/plugins/bug_report/show_system_specs.php @@ -8,10 +8,14 @@ * * This is a standard Squirrelmail-1.2 API for plugins. * - * $Id$ + * @version $Id$ + * @package plugins + * @subpackage bug_report */ - +/** + * @ignore + */ define('SM_PATH','../../'); include_once(SM_PATH . 'include/validate.php'); diff --git a/plugins/bug_report/system_specs.php b/plugins/bug_report/system_specs.php index 6e1c1bb5..c270de14 100644 --- a/plugins/bug_report/system_specs.php +++ b/plugins/bug_report/system_specs.php @@ -1,5 +1,4 @@