diff --git a/ingo/lib/Ingo.php b/ingo/lib/Ingo.php index d8febd4b22d..fce3e0a1636 100644 --- a/ingo/lib/Ingo.php +++ b/ingo/lib/Ingo.php @@ -5,21 +5,21 @@ * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/apache. * - * @author Mike Cochrane - * @author Jan Schneider - * @category Horde - * @license http://www.horde.org/licenses/apache ASL - * @package Ingo + * @category Horde + * @copyright 2002-2014 Horde LLC + * @license http://www.horde.org/licenses/apache ASL + * @package Ingo */ /** * Ingo base class. * - * @author Mike Cochrane - * @author Jan Schneider - * @category Horde - * @license http://www.horde.org/licenses/apache ASL - * @package Ingo + * @author Mike Cochrane + * @author Jan Schneider + * @category Horde + * @copyright 2002-2014 Horde LLC + * @license http://www.horde.org/licenses/apache ASL + * @package Ingo */ class Ingo { @@ -216,7 +216,11 @@ static public function updateScript() } /** - * TODO + * Check share permissions. + * + * @param $integer $mask Permission mask. + * + * @return boolean True if user has permission. */ static public function hasSharePermission($mask = null) {