From a44bda729fc7e50263de61a9c9889daba3cd7f2b Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 12 Sep 2013 07:52:52 -0700 Subject: Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs --- includes/database/database.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/database') 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 -- cgit v1.2.3