MDL-51233 tool_lp: Remove unused ID number from learning plan templates

Conflicts:
	admin/tool/lp/version.php
This commit is contained in:
Serge Gauthier
2016-04-18 10:58:36 +08:00
committed by Frederic Massart
parent e52513ee2b
commit e9831af3c2
8 changed files with 52 additions and 72 deletions
-4
View File
@@ -59,10 +59,6 @@ class template extends persistent {
'type' => PARAM_INT,
'default' => FORMAT_HTML
),
'idnumber' => array(
'default' => '',
'type' => PARAM_TEXT,
),
'duedate' => array(
'default' => 0,
'type' => PARAM_INT,