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));
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
Comment #1
jonhattanCommitted. Many thanks MCP