when using Ultimate SEO URLs contribution , account creation page gives error, this small code change FIXes this big poblem

in includes/functions/database.php
find tep_db_insert_id function near 110
and replace function to:

function tep_db_insert_id( $link = 'db_link') {
global $$link;
return mysql_insert_id($$link);
}


thats all.. you can create account if you live this problem wth seo url

More...