oProc->AddColumn('egw_resources','cat_id',array( 'type' => 'int', 'precision' => '11' )); $GLOBALS['setup_info']['resources']['currentver'] = '001'; return $GLOBALS['setup_info']['resources']['currentver']; } $test[] = ''; function resources_upgrade() { $GLOBALS['phpgw_setup']->oProc->AddColumn('egw_resources','quantity',array( 'type' => 'int', 'precision' => '11' )); $GLOBALS['setup_info']['resources']['currentver'] = '001'; return $GLOBALS['setup_info']['resources']['currentver']; } $test[] = ''; function resources_upgrade() { $GLOBALS['phpgw_setup']->oProc->AddColumn('egw_resources','useable',array( 'type' => 'int', 'precision' => '11' )); $GLOBALS['phpgw_setup']->oProc->AddColumn('egw_resources','location',array( 'type' => 'varchar', 'precision' => '100' )); $GLOBALS['setup_info']['resources']['currentver'] = '001'; return $GLOBALS['setup_info']['resources']['currentver']; } ?>