diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-19 15:31:34 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-20 19:38:42 -0300 |
commit | 7ed1e3f1776e858189a1b15eafa6bc323dc702dc (patch) | |
tree | 7149d760ebd133592c5d560a2b175e6648a09ee4 | |
parent | 03834b24332966239e207f86643adb633b8809b9 (diff) | |
download | volse-hubzilla-7ed1e3f1776e858189a1b15eafa6bc323dc702dc.tar.gz volse-hubzilla-7ed1e3f1776e858189a1b15eafa6bc323dc702dc.tar.bz2 volse-hubzilla-7ed1e3f1776e858189a1b15eafa6bc323dc702dc.zip |
acl_selectors.php - Friendika -> Friendica
-rwxr-xr-x | include/acl_selectors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index d8f530daf..6070b7db2 100755 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -157,7 +157,7 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p $o = ''; - // When used for private messages, we limit correspondence to mutual DFRN/Friendika friends and the selector + // When used for private messages, we limit correspondence to mutual DFRN/Friendica friends and the selector // to one recipient. By default our selector allows multiple selects amongst all contacts. $sql_extra = ''; |