Minor - format code.

1.10.x
Julio Montoya 10 years ago
parent 0cb31e6223
commit 0d766476d0
  1. 4
      main/exercice/exercise_admin.php
  2. 2
      main/inc/lib/pear/HTML/QuickForm/hidden.php

@ -7,9 +7,7 @@
* @package chamilo.exercise
* @author Olivier Brouckaert, Julio Montoya
*/
/**
* Code
*/
// name of the language file that needs to be included
use \ChamiloSession as Session;

@ -47,7 +47,7 @@ class HTML_QuickForm_hidden extends HTML_QuickForm_input
* @access public
* @return void
*/
function HTML_QuickForm_hidden($elementName=null, $value='', $attributes=null)
public function HTML_QuickForm_hidden($elementName = null, $value = '', $attributes = null)
{
HTML_QuickForm_input::HTML_QuickForm_input($elementName, null, $attributes);
$this->setType('hidden');

Loading…
Cancel
Save