From 2397001fbacc165883661ddd7b1686be6deba80a Mon Sep 17 00:00:00 2001 From: seek3r Date: Mon, 24 Dec 2001 18:15:06 +0000 Subject: [PATCH] fixed inline comments --- phpgwapi/inc/class.accounts_shared.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.accounts_shared.inc.php b/phpgwapi/inc/class.accounts_shared.inc.php index 8d5108a196..9b73217b4a 100644 --- a/phpgwapi/inc/class.accounts_shared.inc.php +++ b/phpgwapi/inc/class.accounts_shared.inc.php @@ -182,8 +182,8 @@ /*! @function get_nextid - @@abstract Using the common functions next_id and last_id, find the next available account_id - @@param $account_type (optional, default to 'u' + @abstract Using the common functions next_id and last_id, find the next available account_id + @param $account_type (optional, default to 'u' */ function get_nextid($account_type='u') {