Upgrade minimal PostgreSQL version to 7.3
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 20 Apr 2009 23:29:28 +0000 (19:29 -0400)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 20 Apr 2009 23:29:28 +0000 (19:29 -0400)
libraries/lib.inc.php

index 3cc9e284c4f5c283aae562e9a4e0affd77f85946..06b0d9f5b107e34dac9c03e5d4675d7dee9b1345 100644 (file)
@@ -19,7 +19,7 @@
        $appVersion = '5.0-dev';
 
        // PostgreSQL and PHP minimum version
-       $postgresqlMinVer = '7.0';
+       $postgresqlMinVer = '7.3';
        $phpMinVer = '5.0';
 
        // Check the version of PHP