summaryrefslogtreecommitdiff
path: root/drivers/adodb-db2oci.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/adodb-db2oci.inc.php')
-rw-r--r--drivers/adodb-db2oci.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/adodb-db2oci.inc.php b/drivers/adodb-db2oci.inc.php
index eea63d94..4e98d141 100644
--- a/drivers/adodb-db2oci.inc.php
+++ b/drivers/adodb-db2oci.inc.php
@@ -101,7 +101,7 @@ function _colonparser($sql,$arr)
$ch2 = $at < $lensql ? $sql[$at] : '';
} while ('0' <= $ch && $ch <= '9');
#echo "$n $arrsize ] ";
- $n = (integer) $n;
+ $n = (int) $n;
if ($n < $arrsize) {
$sql2 .= substr($sql,$nprev,$nat-$nprev-1).'?';
$nprev = $at-1;