line 57 in operations/comments.batch.inc should be:

$newtime = strtotime($row->created_datetime);
db_query("UPDATE {comments} SET timestamp=%d WHERE cid=%d", array($newtime, $cid));

Comments

jonhattan’s picture

Status: Needs review » Fixed

Committed. Many thanks MCP

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.