Typo in mod_admin.php / InnoDB conversion
johngaltnh 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Typo in mod_admin.php / InnoDB conversion
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Typo in mod_admin.php / InnoDB conversion
Thanks. Already fixed in 1.4
Thanks. Already fixed in 1.4
I just got the opportunity to convert to InnoDB tables - so I did it.
My first try gave me an error - and I discovered the source was in this line in mod_admin.php:
$tables array('banemails','banips','banwords','categories','comments','downloads',
'downloadquere','downloadscat','faq','faqcat','fields','filevotes','glossary','import',
'links','linkscat','log','mails','pages','plans','polls','pollusers',
'review','reviewcat','stories','storyquere','subscribers','ticket','ticketcat',
'users','version','websites');
All that needs to be done is replace 'downloadquere' with 'downloadqueue' and 'storyquere' with 'storyqueue'.
Searches work GREAT now that I switched to the InnoDB tables! Thanks you!