@@ -1069,7 +1069,7 @@ |
||
1069 | 1069 | */ |
1070 | 1070 | public function getStatusMessage($status, $isAble = true) |
1071 | 1071 | { |
1072 | - $message = ''; |
|
1072 | + $message = ''; |
|
1073 | 1073 | switch ($status) { |
1074 | 1074 | case ADVANCED_SUBSCRIPTION_QUEUE_STATUS_NO_QUEUE: |
1075 | 1075 | if ($isAble) { |
@@ -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,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 | /** |
@@ -18,15 +18,15 @@ discard block |
||
18 | 18 | * under the License. |
19 | 19 | */ |
20 | 20 | /** |
21 | - * @package chamilo.plugin.openmeetings |
|
22 | - */ |
|
21 | + * @package chamilo.plugin.openmeetings |
|
22 | + */ |
|
23 | 23 | /** |
24 | - * Init |
|
25 | - */ |
|
24 | + * Init |
|
25 | + */ |
|
26 | 26 | require_once ('openmeetings_rest_service.php'); |
27 | 27 | /** |
28 | - * Class OpenMeetingsGateway |
|
29 | - */ |
|
28 | + * Class OpenMeetingsGateway |
|
29 | + */ |
|
30 | 30 | class OpenMeetingsGateway |
31 | 31 | { |
32 | 32 | public $sessionId = ""; |
@@ -351,9 +351,9 @@ discard block |
||
351 | 351 | . '&externalRoomType=' . $room->externalRoomType; |
352 | 352 | if ($room->allowRecording) { |
353 | 353 | $url .= '&allowUserQuestions=' . $this->var_to_str($room->allowUserQuestions) |
354 | - . '&isAudioOnly=' . $this->var_to_str($room->isAudioOnly) |
|
355 | - . '&waitForRecording=' . $this->var_to_str($room->waitForRecording) |
|
356 | - . '&allowRecording=' . $this->var_to_str($room->allowRecording); |
|
354 | + . '&isAudioOnly=' . $this->var_to_str($room->isAudioOnly) |
|
355 | + . '&waitForRecording=' . $this->var_to_str($room->waitForRecording) |
|
356 | + . '&allowRecording=' . $this->var_to_str($room->allowRecording); |
|
357 | 357 | } elseif ($room->isAudioOnly) { |
358 | 358 | $url .= '&isAudioOnly=' . $this->var_to_str($room->isAudioOnly); |
359 | 359 | } |