From dbbdad12d1492695a1e3f42932ddd1e06e9ff0e9 Mon Sep 17 00:00:00 2001 From: Michael Meer Date: Mon, 14 Jan 2013 20:44:46 +0100 Subject: function contact_selector is no longer in use, commented out --- include/acl_selectors.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/acl_selectors.php') 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; -} +}*/ -- cgit v1.2.3