phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4133 - phpcompta/branches/rel560/html/admin


From: phpcompta-dev
Subject: [Phpcompta-dev] r4133 - phpcompta/branches/rel560/html/admin
Date: Wed, 25 May 2011 22:42:41 +0200 (CEST)

Author: danydb
Date: 2011-05-25 22:42:41 +0200 (Wed, 25 May 2011)
New Revision: 4133

Modified:
   phpcompta/branches/rel560/html/admin/setup.php
Log:
Update version postresql 8.4

Modified: phpcompta/branches/rel560/html/admin/setup.php
===================================================================
--- phpcompta/branches/rel560/html/admin/setup.php      2011-05-25 20:40:24 UTC 
(rev 4132)
+++ phpcompta/branches/rel560/html/admin/setup.php      2011-05-25 20:42:41 UTC 
(rev 4133)
@@ -265,11 +265,11 @@
 var_dump($version);
 
 if ( $version[0] < 8 ||
-     ($version[0]=='8' && $version[2]<2)
+     ($version[0]=='8' && $version[2]<4)
      ) 
   {
 ?>
-  <p> Vous devez absolument utiliser au minimum une version 8.2 de PostGresql, 
si votre distribution n'en
+  <p> Vous devez absolument utiliser au minimum une version 8.4 de PostGresql, 
si votre distribution n'en
 offre pas, installez en une en la compilant. </p><p>Lisez attentivement la 
notice sur postgresql.org pour migrer
 vos bases de donn&eacute;es
 </p>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]