Closed (fixed)
Project:
LiveJournal Sync
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jun 2009 at 09:44 UTC
Updated:
10 Nov 2009 at 12:50 UTC
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
Comment #1
noelbush commentedThanks (and sorry for the long delay). I've corrected this in the latest code, along with various other fixes.