Since upgradign to the latest version of indexU i have a problem with my custom blocks.
Previously i had a seperate database on a different website (also running indexU) in the block i create a connection to this database and pulled information from it to display on website2, for example :
"Here are some tourist attractions within 5 miles of where you are staying"
I can no longer do this in the new version, i think it has somethign to do with switiching the database connection, it seems to the execute the rest of the script trying to egt the information from database2... i have tried mysql_close() doenst seem to help...
Anybody got anything i could try?


