From 571ee3b40dfa4e06f82949e5146bd4f5a6350dcd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 20 Sep 2007 18:25:34 +0000 Subject: [PATCH] Ajout info experimental --- htdocs/install/fileconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php index 300bb4e7882..94d09a1d155 100644 --- a/htdocs/install/fileconf.php +++ b/htdocs/install/fileconf.php @@ -217,8 +217,8 @@ while (($file = readdir($handle))!==false) $note=''; if ($type=='mysql') $note='(Mysql >= '.versiontostring($versionbasemin).')'; if ($type=='mysqli') $note='(Mysql >= '.versiontostring($versionbasemin).')'; - if ($type=='pgsql') $note='(Postgresql >= '.versiontostring($versionbasemin).')'; - if ($type=='mssql') $note='(SQL Server >= '.versiontostring($versionbasemin).')'; + if ($type=='pgsql') $note='(Postgresql >= '.versiontostring($versionbasemin).') '.$langs->trans("Experimental"); + if ($type=='mssql') $note='(SQL Server >= '.versiontostring($versionbasemin).') '.$langs->trans("Experimental"); // Affiche ligne dans liste $option.='