Removed unused class variable in edit_form.php
This commit is contained in:
parent
47b79abf6c
commit
aa835a1304
1 changed files with 0 additions and 5 deletions
|
@ -38,11 +38,6 @@ class mod_customcert_edit_form extends moodleform {
|
||||||
*/
|
*/
|
||||||
private $id = null;
|
private $id = null;
|
||||||
|
|
||||||
/**
|
|
||||||
* The course.
|
|
||||||
*/
|
|
||||||
private $course = null;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The total number of pages for this cert.
|
* The total number of pages for this cert.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue