diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-18 16:24:05 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-18 16:24:05 +0000 |
commit | df489587522898386cdcc9463af5326c6210bd72 (patch) | |
tree | dd3e0731b0ad9b19598b9d39125b1d49a17a2fb9 | |
parent | cf4f209d1693331122f53197dc98ade483eb0462 (diff) | |
download | brdo-df489587522898386cdcc9463af5326c6210bd72.tar.gz brdo-df489587522898386cdcc9463af5326c6210bd72.tar.bz2 |
#360580 by Razorraser: Fix documentation link to PDO.
-rw-r--r-- | includes/database/database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc index 1f9433bc3..b29cd35ae 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -169,7 +169,7 @@ * Every database driver implementation must provide a concrete implementation of it to support * special handling required by that database. * - * @link http://us.php.net/manual/en/ref.pdo.php + * @link http://php.net/manual/en/book.pdo.php */ abstract class DatabaseConnection extends PDO { |