diff options
| -rw-r--r-- | drivers/adodb-oci8.inc.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/adodb-oci8.inc.php b/drivers/adodb-oci8.inc.php index 1019c793..ca787721 100644 --- a/drivers/adodb-oci8.inc.php +++ b/drivers/adodb-oci8.inc.php @@ -321,10 +321,6 @@ END; protected function _insertID($table = '', $column = '') { - - if (!$this->seqField) - return false; - if ($this->schema) { $t = strpos($table,'.'); |
