"); if ($utf8_supporte) $res .= _L("Votre serveur supporte utf-8, vous devriez convertir votre site en utf-8 avant de recommencer cette operation"); echo minipres($action, $res); } else { $commentaire = ""; //$commentaire = _T('utf8_convert_avertissement', // array('orig' => $charset_orig,'charset' => 'utf-8')); $commentaire .= "" . http_img_pack('warning.gif', _T('info_avertissement'), "style='width: 48px; height: 48px; float: right;margin: 10px;'"); $commentaire .= _T('utf8_convert_backup', array('charset' => 'utf-8')) .""; $commentaire .= '
'._T('utf8_convert_timeout'); $commentaire .= "
\n"; $admin = charger_fonction('admin', 'inc'); echo $admin('convert_sql_utf8', $action, $commentaire); } } } ?>