fixing a type, merged

This commit is contained in:
toyomoyo
2007-11-27 03:26:06 +00:00
parent b682cee93c
commit 7f9c77cad6
+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;