Ajout info experimental
This commit is contained in:
parent
24412a055d
commit
571ee3b40d
@ -217,8 +217,8 @@ while (($file = readdir($handle))!==false)
|
|||||||
$note='';
|
$note='';
|
||||||
if ($type=='mysql') $note='(Mysql >= '.versiontostring($versionbasemin).')';
|
if ($type=='mysql') $note='(Mysql >= '.versiontostring($versionbasemin).')';
|
||||||
if ($type=='mysqli') $note='(Mysql >= '.versiontostring($versionbasemin).')';
|
if ($type=='mysqli') $note='(Mysql >= '.versiontostring($versionbasemin).')';
|
||||||
if ($type=='pgsql') $note='(Postgresql >= '.versiontostring($versionbasemin).')';
|
if ($type=='pgsql') $note='(Postgresql >= '.versiontostring($versionbasemin).') '.$langs->trans("Experimental");
|
||||||
if ($type=='mssql') $note='(SQL Server >= '.versiontostring($versionbasemin).')';
|
if ($type=='mssql') $note='(SQL Server >= '.versiontostring($versionbasemin).') '.$langs->trans("Experimental");
|
||||||
|
|
||||||
// Affiche ligne dans liste
|
// Affiche ligne dans liste
|
||||||
$option.='<option value="'.$type.'" '.($defaultype==$type?" selected":"");
|
$option.='<option value="'.$type.'" '.($defaultype==$type?" selected":"");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user