mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
fixes delete description record
This commit is contained in:
parent
31b53a5a1e
commit
c8fa018583
@ -136,7 +136,7 @@ function lesson_delete($info, $itemtype) {
|
||||
function lesson_db_names() {
|
||||
//[primary id], [table name], [time created field name], [time modified field name] [itemtype] [select for getting itemtype]
|
||||
return array(
|
||||
array('id', 'lesson_pages', 'timecreated', 'timemodified', 'page', ''),
|
||||
array('id', 'lesson_pages', 'timecreated', 'timemodified', 'page')
|
||||
);
|
||||
} //lesson_db_names
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user