Minor - format code

pull/2487/head
jmontoyaa 9 years ago
parent 851ca9c84f
commit 5aafc8f461
  1. 4
      plugin/buycourses/index.php
  2. 3
      plugin/courselegal/README.md
  3. 1
      plugin/courselegal/config.php
  4. 3
      plugin/courselegal/plugin.php
  5. 2
      plugin/olpc_peru_filter/lib/olpc_peru_filter_plugin.class.php

@ -3,5 +3,5 @@
/**
* Show form
*/
require_once('config.php');
require_once('src/index.buycourses.php');
require_once 'config.php';
require_once 'src/index.buycourses.php';

@ -1,4 +1,5 @@
README
Installation
============
1. Enabled the plugin from the list of plugins.
2. Click "Configure" once the plugin was enabled.

@ -2,5 +2,4 @@
/* For licensing terms, see /license.txt */
require_once __DIR__ . '/../../main/inc/global.inc.php';
require_once api_get_path(LIBRARY_PATH).'plugin.class.php';
require_once __DIR__.'/CourseLegalPlugin.php';

@ -1,5 +1,4 @@
<?php
require_once dirname(__FILE__) . '/config.php';
require_once __DIR__ . '/config.php';
$plugin_info = CourseLegalPlugin::create()->get_info();

@ -15,8 +15,6 @@ class OLPC_Peru_FilterPlugin extends Plugin
//When creating a new course, these settings are added to the course
public $course_settings = array(
// array('name' => 'big_blue_button_welcome_message', 'type' => 'text'),
// array('name' => 'big_blue_button_record_and_store', 'type' => 'checkbox')
);
public $course_settings_callback = true;
public $error = '';

Loading…
Cancel
Save