Just updated for 1.0.2 which is a minor fix. I tidied up some stuff and deleted something I shouldn't have. Just upload the includes/functions_vbookie.php file, or do the following change:
Find:
PHP Code:
function vbookie_do_charity()
{
global $DB_site, $vbookiesettings;
Change to:
PHP Code:
function vbookie_do_charity()
{
global $DB_site, $vboptions, $vbookiesettings;
This would only have affected you if you had the "charity mode" on, and had any users with less than 25 money.