oProc->AddColumn('phpgw_vfs', 'link_directory', array ('type' => 'text')); $phpgw_setup->oProc->AddColumn('phpgw_vfs', 'link_name', array ('type' => 'text')); $setup_info['filemanager']['currentver'] = '0.9.13.002'; return $setup_info['filemanager']['currentver']; } $test[] = '0.9.13.002'; function filemanager_upgrade0_9_13_002() { global $setup_info; $setup_info['filemanager']['currentver'] = '0.9.13.003'; return $setup_info['filemanager']['currentver']; } $test[] = '0.9.13.003'; function filemanager_upgrade0_9_13_003() { global $setup_info; $setup_info['filemanager']['currentver'] = '0.9.13.004'; return $setup_info['filemanager']['currentver']; } $test[] = '0.9.13.004'; function filemanager_upgrade0_9_13_004() { global $setup_info, $phpgw_setup; $phpgw_setup->oProc->AddColumn('phpgw_vfs', 'version', array ('type' => 'varchar', 'precision' => 30,'nullable' => False, 'default' => '0.0.0.0')); $setup_info['filemanager']['currentver'] = '0.9.13.005'; return $setup_info['filemanager']['currentver']; } */ ?>