From 111531dc2b1b8c79d6f29f2717e00bca6870c969 Mon Sep 17 00:00:00 2001 From: marj Date: Tue, 17 Nov 2009 14:16:47 +0000 Subject: [PATCH] PHPdoc fix --- e107_plugins/faqs/admin_config.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/e107_plugins/faqs/admin_config.php b/e107_plugins/faqs/admin_config.php index a996bc91d..c1c73184d 100644 --- a/e107_plugins/faqs/admin_config.php +++ b/e107_plugins/faqs/admin_config.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/faqs/admin_config.php,v $ -| $Revision: 1.6 $ -| $Date: 2009-11-17 08:16:46 $ -| $Author: e107coders $ +| $Revision: 1.7 $ +| $Date: 2009-11-17 14:16:47 $ +| $Author: marj_nl_fr $ +----------------------------------------------------------------------------+ */ require_once("../../class2.php"); @@ -81,8 +81,9 @@ class faq_cat_ui extends e_admin_ui /** * Get FAQ Category data + * * @param integer $id [optional] get category title, false - return whole array - * @param object $default [optional] default value if not found (default 'n/a') + * @param mixed $default [optional] default value if not found (default 'n/a') * @return */ function getFaqCategoryTree($id = false, $default = 'n/a') @@ -170,9 +171,10 @@ class faq_main_ui extends e_admin_ui /** * Get FAQ Category data + * * @param integer $id [optional] get category title, false - return whole array - * @param object $default [optional] default value if not found (default 'n/a') - * @return + * @param mixed $default [optional] default value if not found (default 'n/a') + * @return array */ function getFaqCategory($id = false, $default = 'n/a') {