MDL-52286 core: update ADODB library to 5.21

This commit is contained in:
Marina Glancy
2015-12-08 11:52:40 +08:00
parent ea5c18dfce
commit 73bb7c0990
106 changed files with 6144 additions and 4021 deletions

View File

@@ -1,7 +1,9 @@
<?php
/*
V5.19 23-Apr-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
@version v5.20.1 06-Dec-2015
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence. See License.txt.
@@ -87,7 +89,7 @@ class perf_postgres extends adodb_perf{
false
);
function perf_postgres(&$conn)
function __construct(&$conn)
{
$this->conn = $conn;
}