~ubuntu-branches/ubuntu/trusty/moodle/trusty-proposed

« back to all changes in this revision

Viewing changes to grade/grading/pick.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-07-19 08:52:46 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130719085246-yebwditc2exoap2r
Tags: 2.5.1-1
* New upstream version: 2.5.1.
  - Fixes security issues:
    CVE-2013-2242 CVE-2013-2243 CVE-2013-2244 CVE-2013-2245
    CVE-2013-2246
* Depend on apache2 instead of obsolete apache2-mpm-prefork.
* Use packaged libphp-phpmailer (closes: #429339), adodb,
  HTMLPurifier, PclZip.
* Update debconf translations, thanks Salvatore Merone, Pietro Tollot,
  Joe Hansen, Yuri Kozlov, Holger Wansing, Américo Monteiro,
  Adriano Rafael Gomes, victory, Michał Kułach.
  (closes: #716972, #716986, #717080, #717108, #717278)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
 
3
2
// This file is part of Moodle - http://moodle.org/
4
3
//
5
4
// Moodle is free software: you can redistribute it and/or modify
18
17
/**
19
18
 * Allows to choose a form from the list of available templates
20
19
 *
21
 
 * @package    core
22
 
 * @subpackage grading
 
20
 * @package    core_grading
23
21
 * @copyright  2011 David Mudrak <david@moodle.com>
24
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
23
 */
257
255
 
258
256
echo $output->footer();
259
257
 
260
 
////////////////////////////////////////////////////////////////////////////////
261
 
 
262