summaryrefslogtreecommitdiff
path: root/drivers/adodb-oci8po.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/adodb-oci8po.inc.php')
-rw-r--r--drivers/adodb-oci8po.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/adodb-oci8po.inc.php b/drivers/adodb-oci8po.inc.php
index 2fc7f865..0e61c75c 100644
--- a/drivers/adodb-oci8po.inc.php
+++ b/drivers/adodb-oci8po.inc.php
@@ -7,7 +7,7 @@
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
- Latest version is available at http://adodb.sourceforge.net
+ Latest version is available at http://adodb.org/
Portable version of oci8 driver, to make it more similar to other database drivers.
The main differences are
@@ -94,7 +94,7 @@ class ADODB_oci8po extends ADODB_oci8 {
* to numerous tweaks, as more extreme test cases have appeared. This
* is now done this like this to help maintainability and avoid the
* need to rely on regexp experienced maintainers
- *
+ *
* @param string $sql The sql statement
* @param string[] $inputarr The bind array
*