oProc->AddColumn('egw_resources','picture_src',array( 'type' => 'varchar', 'precision' => '20' )); $GLOBALS['setup_info']['resources']['currentver'] = '0.0.1.012'; return $GLOBALS['setup_info']['resources']['currentver']; } $test[] = '0.0.1.012'; function resources_upgrade0_0_1_012() { $GLOBALS['phpgw_setup']->oProc->AddColumn('egw_resources','picture_thumb',array( 'type' => 'blob' )); $GLOBALS['setup_info']['resources']['currentver'] = '0.0.1.013'; return $GLOBALS['setup_info']['resources']['currentver']; } ?>