oProc->AlterColumn('egw_addressbook','org_name',array( 'type' => 'varchar', 'precision' => '128', 'nullable' => true )); $GLOBALS['egw_setup']->oProc->AlterColumn('egw_addressbook','contact_email',array( 'type' => 'varchar', 'precision' => '128', 'nullable' => true )); $GLOBALS['egw_setup']->oProc->AlterColumn('egw_addressbook','contact_email_home',array( 'type' => 'varchar', 'precision' => '128', 'nullable' => true )); return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.002'; }