From 6f706ff6237ee60cc1a31db96607d31d96611d88 Mon Sep 17 00:00:00 2001 From: Salman Z Kaleem Date: Thu, 13 Aug 2015 10:33:17 -0400 Subject: [PATCH] Require LDAP Need LDAP for NetID and UConn Email Lookup (when editing a Person) --- uc-people.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uc-people.php b/uc-people.php index 67fc1ec..657f1b5 100644 --- a/uc-people.php +++ b/uc-people.php @@ -11,7 +11,7 @@ if ( ! defined( 'WPINC' ) ) { die; } require 'acf-export.php'; -//require_once(WP_CONTENT_DIR . '/ldap.php'); +require_once(WP_CONTENT_DIR . '/ldap.php'); function create_custom_custom_post_type(){