diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index a0d38b4ebf..60bb8977ce 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -314,5 +314,8 @@ function phpgwapi_upgrade1_9_010() $prefs->save_repository(false, 'default'); egw_vfs::$is_root = false; + // French language: Français + $GLOBALS['egw_setup']->db->insert($GLOBALS['egw_setup']->languages_table,array('lang_name' => 'Français'),array('lang_id' => 'fr'),__LINE__,__FILE__); + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.011'; }