sarahk
Thu 21st Jul '05, 6:19am
The phpBB that I was importing from had the standard prefix and then some tables had an additional prefix - ie two different prefixes.
It would be great if this array in 000.php had keys so the tablenames could be used in the queries.
var $_valid_tables = array (
'attachments', 'attachments_desc', 'bbauth_access','bbbanlist','bbcategories',
'bbconfig','confirm','bbdisallow','bbforum_prune', 'bbforums','bbgroups',
'bbposts','bbposts_text', 'bbprivmsgs','bbprivmsgs_text','bbranks','bbsearch _results','bbsearch_wordlist',
'bbsearch_wordmatch','bbsessions','bbsmilies',
'bbthemes','bbthemes_name','bbtopics','bbtopics_wa tch', 'bbuser_group','users','bbvote_desc','bbvote_resul ts','bbvote_voters','bbwords'
);
Sarah
It would be great if this array in 000.php had keys so the tablenames could be used in the queries.
var $_valid_tables = array (
'attachments', 'attachments_desc', 'bbauth_access','bbbanlist','bbcategories',
'bbconfig','confirm','bbdisallow','bbforum_prune', 'bbforums','bbgroups',
'bbposts','bbposts_text', 'bbprivmsgs','bbprivmsgs_text','bbranks','bbsearch _results','bbsearch_wordlist',
'bbsearch_wordmatch','bbsessions','bbsmilies',
'bbthemes','bbthemes_name','bbtopics','bbtopics_wa tch', 'bbuser_group','users','bbvote_desc','bbvote_resul ts','bbvote_voters','bbwords'
);
Sarah