summaryrefslogtreecommitdiff
path: root/includes/database
diff options
context:
space:
mode:
Diffstat (limited to 'includes/database')
-rw-r--r--includes/database/database.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc
index 339c9b03e..604dd4c7a 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -179,7 +179,7 @@
* concrete implementation of it to support special handling required by that
* database.
*
- * @see http://php.net/manual/en/book.pdo.php
+ * @see http://php.net/manual/book.pdo.php
*/
abstract class DatabaseConnection extends PDO {
@@ -1986,7 +1986,7 @@ interface DatabaseStatementInterface extends Traversable {
/**
* Sets the default fetch mode for this statement.
*
- * See http://php.net/manual/en/pdo.constants.php for the definition of the
+ * See http://php.net/manual/pdo.constants.php for the definition of the
* constants used.
*
* @param $mode
@@ -2005,7 +2005,7 @@ interface DatabaseStatementInterface extends Traversable {
/**
* Fetches the next row from a result set.
*
- * See http://php.net/manual/en/pdo.constants.php for the definition of the
+ * See http://php.net/manual/pdo.constants.php for the definition of the
* constants used.
*
* @param $mode