From 39f96b379a2c436dbfbd1458ef02e52347e6c379 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Mon, 6 Aug 2018 12:38:37 +0200 Subject: Add trailing / --- adodb-errorhandler.inc.php | 2 +- adodb-errorpear.inc.php | 2 +- adodb-exceptions.inc.php | 2 +- drivers/adodb-informix.inc.php | 2 +- drivers/adodb-mssqlpo.inc.php | 2 +- drivers/adodb-oci805.inc.php | 2 +- rsfilter.inc.php | 2 +- tests/test4.php | 2 +- tests/testmssql.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/adodb-errorhandler.inc.php b/adodb-errorhandler.inc.php index d4273228..4a2697a9 100644 --- a/adodb-errorhandler.inc.php +++ b/adodb-errorhandler.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://adodb.org + * Latest version is available at http://adodb.org/ * */ diff --git a/adodb-errorpear.inc.php b/adodb-errorpear.inc.php index db64dc93..349f9993 100644 --- a/adodb-errorpear.inc.php +++ b/adodb-errorpear.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://adodb.org + * Latest version is available at http://adodb.org/ * */ include_once('PEAR.php'); diff --git a/adodb-exceptions.inc.php b/adodb-exceptions.inc.php index 3231beb2..e701c54a 100644 --- a/adodb-exceptions.inc.php +++ b/adodb-exceptions.inc.php @@ -10,7 +10,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://adodb.org + * Latest version is available at http://adodb.org/ * * Exception-handling code using PHP5 exceptions (try-catch-throw). */ diff --git a/drivers/adodb-informix.inc.php b/drivers/adodb-informix.inc.php index 0a13974a..63fb0284 100644 --- a/drivers/adodb-informix.inc.php +++ b/drivers/adodb-informix.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * -* Latest version is available at http://adodb.org +* Latest version is available at http://adodb.org/ * * Informix 9 driver that supports SELECT FIRST * diff --git a/drivers/adodb-mssqlpo.inc.php b/drivers/adodb-mssqlpo.inc.php index a8671354..26582e77 100644 --- a/drivers/adodb-mssqlpo.inc.php +++ b/drivers/adodb-mssqlpo.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * -* Latest version is available at http://adodb.org +* Latest version is available at http://adodb.org/ * * Portable MSSQL Driver that supports || instead of + * diff --git a/drivers/adodb-oci805.inc.php b/drivers/adodb-oci805.inc.php index ee03573b..99584b1b 100644 --- a/drivers/adodb-oci805.inc.php +++ b/drivers/adodb-oci805.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://adodb.org + * Latest version is available at http://adodb.org/ * * Oracle 8.0.5 driver */ diff --git a/rsfilter.inc.php b/rsfilter.inc.php index 14dd9ec0..c70934be 100644 --- a/rsfilter.inc.php +++ b/rsfilter.inc.php @@ -9,7 +9,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://adodb.org + * Latest version is available at http://adodb.org/ * * Requires PHP4.01pl2 or later because it uses include_once */ diff --git a/tests/test4.php b/tests/test4.php index 771dc774..5078ba3b 100644 --- a/tests/test4.php +++ b/tests/test4.php @@ -10,7 +10,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://adodb.org + * Latest version is available at http://adodb.org/ * * Test GetUpdateSQL and GetInsertSQL. */ diff --git a/tests/testmssql.php b/tests/testmssql.php index ec0741ce..05590a31 100644 --- a/tests/testmssql.php +++ b/tests/testmssql.php @@ -10,7 +10,7 @@ * * Set tabs to 4 for best viewing. * - * Latest version is available at http://adodb.org + * Latest version is available at http://adodb.org/ * * Test GetUpdateSQL and GetInsertSQL. */ -- cgit v1.3