Broke the packages
jdarwood007

jdarwood007 commited on 2020-10-31 17:46:24
Showing 1 changed files, with 18 additions and 18 deletions.

... ...
@@ -1,21 +1,21 @@
1 1
 <?php
2
-###############################################################
3
-#         Simple Desk Project - www.simpledesk.net            #
4
-###############################################################
5
-#       An advanced help desk modification built on SMF       #
6
-###############################################################
7
-#                                                             #
8
-#         * Copyright 2015 - SimpleDesk.net                   #
9
-#                                                             #
10
-#   This file and its contents are subject to the license     #
11
-#   included with this distribution, license.txt, which       #
12
-#   states that this software is New BSD Licensed.            #
13
-#   Any questions, please contact SimpleDesk.net              #
14
-#                                                             #
15
-###############################################################
16
-# SimpleDesk Version: 2.1                                     #
17
-# File Info: Subs-SimpleDeskPackages.php / 2.1                #
18
-###############################################################
2
+/**************************************************************
3
+*          Simple Desk Project - www.simpledesk.net           *
4
+***************************************************************
5
+*       An advanced help desk modification built on SMF       *
6
+***************************************************************
7
+*                                                             *
8
+*         * Copyright 2020 - SimpleDesk.net                   *
9
+*                                                             *
10
+*   This file and its contents are subject to the license     *
11
+*   included with this distribution, license.txt, which       *
12
+*   states that this software is New BSD Licensed.            *
13
+*   Any questions, please contact SimpleDesk.net              *
14
+*                                                             *
15
+***************************************************************
16
+* SimpleDesk Version: 2.1 RC1                                 *
17
+* File Info: Subs-SimpleDeskPackages.php                      *
18
+**************************************************************/
19 19
 
20 20
 /**
21 21
  *	This file handles integrations into SMF.
... ...
@@ -78,5 +78,5 @@ function shd_modification_types()
78 78
 {
79 79
 	global $context, $txt;
80 80
 
81
-	//$context['modification_types'][] = 'sdplugin';
81
+	$context['modification_types'][] = 'sdplugin';
82 82
 }
83 83
\ No newline at end of file
84 84