@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | if ($data['type'] === HOOK_EVENT_TYPE_PRE) { |
68 | 68 | |
69 | 69 | } elseif ($data['type'] === HOOK_EVENT_TYPE_POST) { |
70 | - /** @var \nusoap_server $server */ |
|
70 | + /** @var \nusoap_server $server */ |
|
71 | 71 | $server = &$data['server']; |
72 | 72 | |
73 | 73 | /** WSSessionListInCategory */ |
@@ -424,7 +424,7 @@ discard block |
||
424 | 424 | } |
425 | 425 | if (!WSHelperVerifyKey($params)) { |
426 | 426 | |
427 | - //return return_error(WS_ERROR_SECRET_KEY); |
|
427 | + //return return_error(WS_ERROR_SECRET_KEY); |
|
428 | 428 | } |
429 | 429 | // Check if category ID is set |
430 | 430 | if (!empty($params['id']) && empty($params['name'])) { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * This script generates session fields needed for this plugin |
|
5 | - * @package chamilo.plugin.advanced_subscription |
|
6 | - */ |
|
4 | + * This script generates session fields needed for this plugin |
|
5 | + * @package chamilo.plugin.advanced_subscription |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | //exit; |
9 | 9 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * Script to show sessions terms and conditions |
|
5 | - * @package chamilo.plugin.advanced_subscription |
|
6 | - */ |
|
4 | + * Script to show sessions terms and conditions |
|
5 | + * @package chamilo.plugin.advanced_subscription |
|
6 | + */ |
|
7 | 7 | /** |
8 | - * Init |
|
9 | - */ |
|
8 | + * Init |
|
9 | + */ |
|
10 | 10 | require_once __DIR__ . '/../config.php'; |
11 | 11 | // start plugin |
12 | 12 | $plugin = AdvancedSubscriptionPlugin::create(); |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * A script to render all mails templates |
|
5 | - * @package chamilo.plugin.advanced_subscription |
|
6 | - */ |
|
4 | + * A script to render all mails templates |
|
5 | + * @package chamilo.plugin.advanced_subscription |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | require_once __DIR__ . '/../config.php'; |
9 | 9 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /* For license terms, see /license.txt */ |
3 | 3 | /** |
4 | - * This script is included by main/admin/settings.lib.php and generally |
|
5 | - * includes things to execute in the main database (settings_current table) |
|
6 | - * @package chamilo.plugin.advanced_subscription |
|
7 | - */ |
|
4 | + * This script is included by main/admin/settings.lib.php and generally |
|
5 | + * includes things to execute in the main database (settings_current table) |
|
6 | + * @package chamilo.plugin.advanced_subscription |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Initialization |
@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | $resubscriptionLimit = Resubscription::create()->get('resubscription_limit'); |
33 | 33 | |
34 | - // Initialize variables as a calendar year by default |
|
34 | + // Initialize variables as a calendar year by default |
|
35 | 35 | $limitDateFormat = 'Y-01-01'; |
36 | 36 | $limitDate = gmdate($limitDateFormat); |
37 | 37 | $resubscriptionOffset = "1 year"; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Definition of OpenMeetings session class |
|
4 | - * @package chamilo.plugin.openmeetings |
|
5 | - */ |
|
3 | + * Definition of OpenMeetings session class |
|
4 | + * @package chamilo.plugin.openmeetings |
|
5 | + */ |
|
6 | 6 | namespace Chamilo\Plugin\OpenMeetings; |
7 | 7 | |
8 | 8 | /** |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * OpenMeetings API |
|
4 | - * @package chamilo.plugin.openmeetings |
|
5 | - */ |
|
3 | + * OpenMeetings API |
|
4 | + * @package chamilo.plugin.openmeetings |
|
5 | + */ |
|
6 | 6 | /** |
7 | - * Class OpenMeetingsAPI |
|
8 | - */ |
|
7 | + * Class OpenMeetingsAPI |
|
8 | + */ |
|
9 | 9 | class OpenMeetingsAPI |
10 | 10 | { |
11 | 11 | private $_user; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Definition for the room class |
|
4 | - * @package chamilo.plugin.videoconference |
|
5 | - */ |
|
3 | + * Definition for the room class |
|
4 | + * @package chamilo.plugin.videoconference |
|
5 | + */ |
|
6 | 6 | namespace Chamilo\Plugin\OpenMeetings; |
7 | 7 | |
8 | 8 | /** |