The code file ljsync_parser.cls.php confusion between the lines 271 and 272. But I'm not sure, please look code.

This code:

263 db_query("INSERT INTO {comments} (pid, nid, uid, subject, comment, hostname, timestamp, format, status, thread, name) VALUES (%d, %d, %d, '%s', '%s', '%s', %d, %d, %d, '%s', '%s')",
264 $edit['pid'],
265 $edit['nid'],
266 $edit['uid'],
267 $edit['subject'],
268 $edit['comment'],
279 $edit['hostname'],
270 $edit['timestamp'],
271 $edit['status'],
272 $edit['format'],
273 $edit['thread'],
274 $edit['name']
275 );

Comments

noelbush’s picture

Assigned: Unassigned » noelbush
Status: Active » Fixed

Thanks (and sorry for the long delay). I've corrected this in the latest code, along with various other fixes.

Status: Fixed » Closed (fixed)

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