You get that error because the function mark posted is missing
If you want it, try adding it anywhere in details_build_page.php
If you rather want to get rid of urls, like Mark suggested, you need to remove
    '#\[url\]([^\[]*?)\[/url\]#e',
    '#\[url=([^\[]*?)\](.*?)\[/url\]#e',
and...