FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Converters » Some fixes for phpBB converter
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Some fixes for phpBB converter [message #29612 is a reply to message #29611] Tue, 03 January 2006 19:58 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Compared to the current version of the converter script there is only a single change that i see:

- $obj->user_id = $hack_id = q_singleval("SELECT MAX(user_id) FROM {$bb2}users") + 1;
+ $obj->user_id = $hack_id = q_singleval("SELECT MAX(id) FROM {$bb2}users") + 1;


I am not sure this is correct, since as I recall user_id was the column name used to reference the identity of a user on phpBB


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: phBB2 converter
Next Topic: WBB Converter?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 30 16:28:04 GMT 2024

Total time taken to generate the page: 0.06243 seconds