Wed 22nd Oct '08 6:59am
|
|
|
|
Impex does not import maxwebportal mssql
maxwebportal system allows only mysql database
My old forum is on MaxWebPortal Version 1.230 I'm tying to import but no data is being imported. When I read the codes I saw this in all functions:
Code:
function get_maxportalweb_members_list(.................)
{
....................................
if ($databasetype == 'mysql')
{....................................}
else
{ return false; }
}
|