Ashley Holman (http://moodle.org/user/view.php?id=311988&course=1) is the current maintainer of the WebCT Import Tool initially developed and contributed by Dan Stowell (http://moodle.org/user/view.php?id=7172&course=1). Ashley would like to be able to edit M&P entry http://moodle.org/mod/data/view.php?d=13&rid=94&filter=1. Traditionally we have deleted one entry and asked the new person to create another; however, because there is a significant number of comments I would like to preserve the history. To accomplish this, I am going to change the user id of the record adder from Dan to Ashley while still making sure that appropriate attribution is given to Dan for his initial contribution. I am creating this issue merely to document the change. Peace - Anthony
Description
Ashley Holman (http://moodle.org/user/view.php?id=311988&course=1) is the current maintainer of the WebCT Import Tool initially developed and contributed by Dan Stowell (http://moodle.org/user/view.php?id=7172&course=1). Ashley would like to be able to edit M&P entry http://moodle.org/mod/data/view.php?d=13&rid=94&filter=1. Traditionally we have deleted one entry and asked the new person to create another; however, because there is a significant number of comments I would like to preserve the history. To accomplish this, I am going to change the user id of the record adder from Dan to Ashley while still making sure that appropriate attribution is given to Dan for his initial contribution. I am creating this issue merely to document the change. Peace - Anthony
Anthony Borrow added a comment - 11/Sep/09 01:55 AM Executed:
UPDATE `moodle`.`data_records` SET `userid` = '311988' WHERE `data_records`.`id` =94;
Verified the correct record was changed.
All content on this web site is made available under the GNU General Public License, unless otherwise stated.
UPDATE `moodle`.`data_records` SET `userid` = '311988' WHERE `data_records`.`id` =94;
Verified the correct record was changed.