Quote:
Originally Posted by Lynne
Just edit the xml file. Find this:
PHP Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD ls_edit_ind INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
Change to this:
PHP Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD ls_edit_ind INT( 10 ) UNSIGNED DEFAULT '1' NOT NULL");
|
Hi Lynne,
it works only optical.
i have to set the option manual to off, save and then on again.
And after that it works.