Posts: 7192 Location: Borgo San Michele
Sun 11 Oct, 2009 10:42
OPEN
includes/prune.php
FIND
function prune($forum_id, $prune_date, $prune_all = false)
ADD BEFORE
if (!function_exists('prune_upi2db'))
{
include_once(IP_ROOT_PATH . 'includes/functions_upi2db.' . PHP_EXT);
}