diff options
author | friendica <info@friendica.com> | 2012-03-01 17:54:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-01 17:54:41 -0800 |
commit | a5256b7996bca6515becac8c2d5d0c56b31119ea (patch) | |
tree | b499e77cd4faf8157c2e048fb8242bc2ca2720cc /include/acl_selectors.php | |
parent | bd2c8c92f1b30d8f811bd4aab0fe3a2c5496ec61 (diff) | |
parent | dd9432903ddb3e12381881da44fb84afff832d52 (diff) | |
download | volse-hubzilla-a5256b7996bca6515becac8c2d5d0c56b31119ea.tar.gz volse-hubzilla-a5256b7996bca6515becac8c2d5d0c56b31119ea.tar.bz2 volse-hubzilla-a5256b7996bca6515becac8c2d5d0c56b31119ea.zip |
Merge pull request #54 from campino/master
Build documentation
This looks good. It may take me some time to get up to speed - and I'm not sure I have all the utilities available via my hosting provider.
Diffstat (limited to 'include/acl_selectors.php')
-rwxr-xr-x | include/acl_selectors.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 6070b7db2..67d8cebde 100755 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -1,6 +1,11 @@ <?php +/** + * + */ - +/** + * @package acl_selectors + */ function group_select($selname,$selclass,$preselected = false,$size = 4) { $a = get_app(); |