From 0376cc2fabec115302a76cf51162f91d7577473e Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 16 May 2006 08:22:42 +0000 Subject: [PATCH] merged --- mod/data/restorelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/data/restorelib.php b/mod/data/restorelib.php index aaaa05d56e4..afe5f5453c7 100644 --- a/mod/data/restorelib.php +++ b/mod/data/restorelib.php @@ -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;