oProc->AlterColumn('egw_resources','quantity',array( 'type' => 'int', 'precision' => '11' )); $GLOBALS['phpgw_setup']->oProc->AlterColumn('egw_resources','useable',array( 'type' => 'int', 'precision' => '11' )); $GLOBALS['setup_info']['resources']['currentver'] = '0.0.1.011'; return $GLOBALS['setup_info']['resources']['currentver']; } ?>