aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-14 16:20:33 -0800
committerfriendica <info@friendica.com>2013-01-14 16:20:33 -0800
commit67868a30940545be00360aad43e564767c536f98 (patch)
treec08d7c63de4c72ec9ff4e2fa7f0a9318addebd85
parent610dc2823aa12ace2d9d18dda48b93dc4aa63dce (diff)
parent7b2713a4d83706585e5b1e469d3dee2ef03bb1ea (diff)
downloadvolse-hubzilla-67868a30940545be00360aad43e564767c536f98.tar.gz
volse-hubzilla-67868a30940545be00360aad43e564767c536f98.tar.bz2
volse-hubzilla-67868a30940545be00360aad43e564767c536f98.zip
Merge https://github.com/friendica/red into zpull
-rw-r--r--include/acl_selectors.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php
index 1b86455fc..5d568f7b6 100644
--- a/include/acl_selectors.php
+++ b/include/acl_selectors.php
@@ -45,7 +45,7 @@ function group_select($selname,$selclass,$preselected = false,$size = 4) {
return $o;
}
-
+/* MicMee 20130114 function contact_selector no longer in use, sql table contact does no longer exist
function contact_selector($selname, $selclass, $preselected = false, $options) {
$a = get_app();
@@ -148,7 +148,7 @@ function contact_selector($selname, $selclass, $preselected = false, $options) {
call_hooks($a->module . '_post_' . $selname, $o);
return $o;
-}
+}*/