Minor - format code

pull/2472/head
jmontoyaa 8 years ago
parent 5bca09ffa5
commit 7c49e1039c
  1. 1
      main/inc/lib/TicketManager.php
  2. 2
      main/inc/lib/database.lib.php
  3. 4
      main/upload/form.scorm.php
  4. 2
      plugin/dictionary/DictionaryPlugin.php
  5. 1
      plugin/sepe/src/sepe_plugin.class.php

@ -1541,6 +1541,7 @@ class TicketManager
}
/**
* Close old tickets
*/
public static function close_old_tickets()
{

@ -1,12 +1,12 @@
<?php
/* For licensing terms, see /license.txt */
use Symfony\Component\Debug\ExceptionHandler;
use Doctrine\Common\Annotations\AnnotationRegistry;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\Statement;
use Doctrine\DBAL\Types\Type;
use Doctrine\ORM\EntityManager;
use Symfony\Component\Debug\ExceptionHandler;
/**
* Class Database.

@ -1,6 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Display part of the SCORM sub-process for upload. This script MUST BE included by upload/index.php
* as it prepares most of the variables needed here.
@ -39,7 +39,7 @@ function get_zip_files_in_garbage()
/**
* Just display the form needed to upload a SCORM and give its settings.
*/
$nameTools = get_lang("FileUpload");
$nameTools = get_lang('FileUpload');
$interbreadcrumb[] = [
"url" => api_get_path(WEB_CODE_PATH)."lp/lp_controller.php?action=list?".api_get_cidreq(),
"name" => get_lang("ToolLearnpath"),

@ -31,6 +31,7 @@ class DictionaryPlugin extends Plugin
}
/**
* Installation process
*/
public function install()
{
@ -44,6 +45,7 @@ class DictionaryPlugin extends Plugin
}
/**
* Uninstall process
*/
public function uninstall()
{

@ -120,6 +120,7 @@ class SepePlugin extends Plugin
}
/**
* Update
*/
public function update()
{

Loading…
Cancel
Save