From 9d954c851c3862cdeb3a9bde42610eb19d317f4c Mon Sep 17 00:00:00 2001 From: steinm Date: Wed, 22 Dec 2010 19:50:27 +0000 Subject: [PATCH] - include inc/inc.ClassKeywords.php and inc/inc.ClassNotification.php --- LetoDMS.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/LetoDMS.php b/LetoDMS.php index 77bc4a399..ae570304c 100644 --- a/LetoDMS.php +++ b/LetoDMS.php @@ -46,4 +46,14 @@ require_once('inc/inc.ClassGroup.php'); */ require_once('inc/inc.ClassUser.php'); +/** + * @uses LetoDMS_KeywordCategory + */ +require_once('inc/inc.ClassKeywords.php'); + +/** + * @uses LetoDMS_Notification + */ +require_once('inc/inc.ClassNotification.php'); + ?>