summaryrefslogtreecommitdiff
path: root/drivers/adodb-oci805.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/adodb-oci805.inc.php')
-rw-r--r--drivers/adodb-oci805.inc.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/adodb-oci805.inc.php b/drivers/adodb-oci805.inc.php
index e8ab2937..77c242d7 100644
--- a/drivers/adodb-oci805.inc.php
+++ b/drivers/adodb-oci805.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.
@@ -48,8 +48,4 @@ class ADODB_oci805 extends ADODB_oci8 {
class ADORecordset_oci805 extends ADORecordset_oci8 {
var $databaseType = "oci805";
- function __construct($id,$mode=false)
- {
- parent::__construct($id,$mode);
- }
}