Quote:
Today at 08:16 AM JeffyJoe said this in Post #97
Hi mtha,
I am gettin an error running this query:
Code:
ALTER TABLE `modlog` ADD `postid" int(10) DEFAULT '0' NOT NULL AFTER `threadid`;
this is the error:
|
The error should be because of the
`postid"
please change that to
`postid`
PHP Code:
ALTER TABLE `modlog` ADD `postid" int(10) DEFAULT '0' NOT NULL AFTER `threadid`;
Sorry I for the typo
let me know if it works