]> git.mjollnir.org Git - moodle.git/commitdiff
fixing a type, merged
authortoyomoyo <toyomoyo>
Tue, 27 Nov 2007 03:26:06 +0000 (03:26 +0000)
committertoyomoyo <toyomoyo>
Tue, 27 Nov 2007 03:26:06 +0000 (03:26 +0000)
search/indexlib.php

index d9e4bc8f0bc8b735180df25d8dd68f03c9802076..a4a5e5ea4911e8c4549e03757e40c8707271b6c0 100644 (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;