projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b53a5
)
fixes delete description record
author
diml
<diml>
Sun, 4 Nov 2007 22:48:59 +0000
(22:48 +0000)
committer
diml
<diml>
Sun, 4 Nov 2007 22:48:59 +0000
(22:48 +0000)
search/documents/lesson_document.php
patch
|
blob
|
history
diff --git
a/search/documents/lesson_document.php
b/search/documents/lesson_document.php
index 9781e14d1234a5ba10bb251890163c194ca14615..7f7a42682cdb9a2f35896a0380a4e532acf04de6 100644
(file)
--- a/
search/documents/lesson_document.php
+++ b/
search/documents/lesson_document.php
@@
-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