fixing a typo

This commit is contained in:
toyomoyo
2007-11-27 03:22:03 +00:00
parent 2be1f0f6bb
commit 19907e0cfa
+1 -1
View File
@@ -223,7 +223,7 @@ class IndexDBControl {
$doc->itemtype = $document->itemtype;
$doc->title = search_escape_string($document->title);
$doc->url = search_escape_string($document->url);
$doc->update = time();
$doc->updated = time();
$doc->docdate = $document->date;
$doc->courseid = $document->course_id;
$doc->groupid = $document->group_id;