diff options
author | friendica <info@friendica.com> | 2012-03-01 18:54:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-01 18:54:50 -0800 |
commit | 8207272fbc9cdc76988a2848552528e28951fe27 (patch) | |
tree | 1ddf5cab57f55349bcc6ee834ea0f2a9754a986b /include | |
parent | 58e3372b23b286334e5195b1b8f70448715ed493 (diff) | |
parent | a5256b7996bca6515becac8c2d5d0c56b31119ea (diff) | |
download | volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.tar.gz volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.tar.bz2 volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.zip |
Merge branch 'pull'
Diffstat (limited to 'include')
-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(); |