]> git.mjollnir.org Git - moodle.git/commitdiff
merged
authortoyomoyo <toyomoyo>
Tue, 16 May 2006 08:22:42 +0000 (08:22 +0000)
committertoyomoyo <toyomoyo>
Tue, 16 May 2006 08:22:42 +0000 (08:22 +0000)
mod/data/restorelib.php

index aaaa05d56e4662e07a84f5ba67b2c85b14ea91b2..afe5f5453c73610d475e2fe2845d45df8359f9f0 100644 (file)
@@ -202,7 +202,7 @@ function data_records_restore_mods ($old_data_id, $new_data_id, $info, $restore)
 
             $status = data_content_restore_mods ($oldid, $newid, $old_data_id, $new_data_id, $rec_info, $restore);
             $status = data_ratings_restore_mods ($oldid, $newid, $info, $rec_info);
-            //$status = data_comments_restore_mods ($oldid, $newid, $info, $rec_info);
+            $status = data_comments_restore_mods ($oldid, $newid, $info, $rec_info);
             
         } else {
             $status = false;