[mw-devel] [Git][arthur/mw][master] Make the webclient use postgres 9 when connecting to the DB via adodb
Imran Hussain
imranh at sucs.org
Tue Oct 6 12:21:10 BST 2015
Imran Hussain pushed to branch master at Justin Mitchell / mw
Commits:
7b627813 by Imran Hussain at 2015-10-06T12:20:29Z
Make the webclient use postgres 9 when connecting to the DB via adodb
- - - - -
1 changed file:
- webclient/startup.php
Changes:
=====================================
webclient/startup.php
=====================================
--- a/webclient/startup.php
+++ b/webclient/startup.php
@@ -73,7 +73,7 @@ if (file_exists("../settings.php")) {
include("../settings.php");
// Initialise the database
require("/usr/share/php/adodb/adodb.inc.php");
- $DB = NewADOConnection('postgres8');
+ $DB = NewADOConnection('postgres9');
$DB->Connect('dbname='.$dbname.' user=apache');
$DB->SetFetchMode(ADODB_FETCH_ASSOC);
View it on GitLab: https://projects.sucs.org/arthur/mw/commit/7b6278138522b20a0fc77e9802d6e15564dbe3ca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20151006/29d82a5f/attachment.html>
More information about the mw-devel
mailing list