Common.pm
branchcms
changeset 22 4d73e4ea84cd
parent 21 3b195e22603d
child 23 72ba031fec20
--- a/Common.pm	Wed Aug 02 12:03:45 2006 +0000
+++ b/Common.pm	Wed Aug 09 07:57:14 2006 +0000
@@ -3,6 +3,7 @@
 # $URL$
 use strict;
 use warnings;
+use ldapBase;
 use constant CONFIG => (
     { CASE => 1 },
     GLOBAL => { DEFAULT => undef },
@@ -67,3 +68,5 @@
 			    { ARGS => "=s", DEFAULT => "XXXmailPrimaryAddress" },
 
 );
+
+1;