<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Imran Hussain pushed to branch master at <a href="https://projects.sucs.org/arthur/mw">Justin Mitchell / mw</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://projects.sucs.org/arthur/mw/commit/7b6278138522b20a0fc77e9802d6e15564dbe3ca">7b627813</a></strong>
<div>
<span>by Imran Hussain</span>
<i>at 2015-10-06T12:20:29Z</i>
</div>
<pre class='commit-message'>Make the webclient use postgres 9 when connecting to the DB via adodb</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
webclient/startup.php
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://projects.sucs.org/arthur/mw/commit/7b6278138522b20a0fc77e9802d6e15564dbe3ca#diff-0'>
<strong>
webclient/startup.php
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/webclient/startup.php
</span><span style="color: #000000;background-color: #ddffdd">+++ b/webclient/startup.php
</span><span style="color: #aaaaaa">@@ -73,7 +73,7 @@ if (file_exists("../settings.php")) {
</span>   include("../settings.php");
        // Initialise the database
        require("/usr/share/php/adodb/adodb.inc.php");
-       $DB = NewADOConnection('postgres8');
<span style="color: #000000;background-color: #ddffdd">+        $DB = NewADOConnection('postgres9');
</span>   $DB->Connect('dbname='.$dbname.' user=apache');
        $DB->SetFetchMode(ADODB_FETCH_ASSOC);
        
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://projects.sucs.org/arthur/mw/commit/7b6278138522b20a0fc77e9802d6e15564dbe3ca">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://projects.sucs.org/arthur/mw/commit/7b6278138522b20a0fc77e9802d6e15564dbe3ca"}}</script>
</p>
</div>
</body>
</html>