aboutsummaryrefslogtreecommitdiffstats
path: root/include/acl_selectors.php
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2013-01-14 20:44:46 +0100
committerMichael Meer <michael@meer.name>2013-01-14 20:44:46 +0100
commitdbbdad12d1492695a1e3f42932ddd1e06e9ff0e9 (patch)
treee13e9a190ced31a0e7150ad3dd9af3ec0ad0d814 /include/acl_selectors.php
parent730c9ebc5793fe7d87406406bc82d0560227eadb (diff)
downloadvolse-hubzilla-dbbdad12d1492695a1e3f42932ddd1e06e9ff0e9.tar.gz
volse-hubzilla-dbbdad12d1492695a1e3f42932ddd1e06e9ff0e9.tar.bz2
volse-hubzilla-dbbdad12d1492695a1e3f42932ddd1e06e9ff0e9.zip
function contact_selector is no longer in use, commented out
Diffstat (limited to 'include/acl_selectors.php')
-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;
-}
+}*/