'history', ) as $name => $value) { $GLOBALS['egw_setup']->db->insert( $GLOBALS['egw_setup']->config_table, array( 'config_app' => 'timesheet', 'config_name' => $name, 'config_value' => $value, ),array( 'config_app' => 'timesheet', 'config_name' => $name, ),__LINE__,__FILE__ ); }