Quote:
Originally Posted by Labelsoft
vBulletin's DB doesn't auto increment the technical ID's (I see you adding 1 to the id's in the code)?
|
The primary keys in all tables with one defined are auto incremented, and a value should NEVER be inserted by hand. MySQL does the work.
Quote:
Originally Posted by Labelsoft
You don't need the column 'DateLine' (you insert post and thread without dateline)?
|
The dateline must be generated and inserted, it is not automatically inserted by MySQL.