Closed (fixed)
Project:
DadaIMC to Drupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Anonymous (not verified)
Created:
11 Dec 2010 at 16:27 UTC
Updated:
12 Aug 2018 at 16:55 UTC
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