diff options
Diffstat (limited to 'drivers/adodb-informix.inc.php')
| -rw-r--r-- | drivers/adodb-informix.inc.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/adodb-informix.inc.php b/drivers/adodb-informix.inc.php index f61ed632..399f642d 100644 --- a/drivers/adodb-informix.inc.php +++ b/drivers/adodb-informix.inc.php @@ -1,6 +1,6 @@ <?php /** -* @version v5.20.10 08-Mar-2018 +* @version v5.21.0-dev ??-???-2016 * @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. @@ -33,9 +33,4 @@ class ADODB_informix extends ADODB_informix72 { class ADORecordset_informix extends ADORecordset_informix72 { var $databaseType = "informix"; - - function __construct($id,$mode=false) - { - parent::__construct($id,$mode); - } } |
