Skip to content

Commit beae46a

Browse files
committed
Minor - format code
1 parent f7e784d commit beae46a

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

main/ticket/new_ticket.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
/**
55
* @package chamilo.ticket
66
*/
7-
87
require_once __DIR__.'/../inc/global.inc.php';
98

109
if (!api_is_platform_admin() && api_get_setting('ticket_allow_student_add') !== 'true') {

plugin/bbb/admin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
*
99
* @package chamilo.plugin.bigbluebutton
1010
*/
11-
1211
$course_plugin = 'bbb'; //needed in order to load the plugin lang variables
1312
$cidReset = true;
1413

plugin/bbb/lang/english.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
$strings['launch_type'] = 'Launch type';
7373
$strings['EnterConferenceFlash'] = 'Enter the videoconference (Flash client)';
7474
$strings['EnterConferenceHTML5'] = 'Enter the videoconference (HTML5 client)';
75-
$strings['ParticipantsWillUseSameInterface'] = 'Participants will use the same interface as you';
75+
$strings['ParticipantsWillUseSameInterface'] = 'Participants will use the same interface as you';

plugin/bbb/lang/french.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
$strings['global_conference_allow_roles'] = "Visibilité du lien de vidéo conférence global pour les profils suivant";
5252
$strings['CreatedAt'] = "Créé à";
5353

54-
5554
$strings['EnterConferenceFlash'] = 'Entrer dans la salle de conférence (Flash)';
5655
$strings['EnterConferenceHTML5'] = 'Entrer dans la salle de conférence (HTML5)';
5756
$strings['ParticipantsWillUseSameInterface'] = 'Les apprenants utiliseront la même interface que vous';

0 commit comments

Comments
 (0)