diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-09-29 19:55:43 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-09-29 19:55:43 +0000 |
commit | ab3ab562997af96cfa4eda00e6fb4a0e18ef2494 (patch) | |
tree | f6e7a7089803688a7aa903073249292a8fc660b2 /includes/database | |
parent | c1aac040471b282f09381c19a512fe7c41767615 (diff) | |
download | brdo-ab3ab562997af96cfa4eda00e6fb4a0e18ef2494.tar.gz brdo-ab3ab562997af96cfa4eda00e6fb4a0e18ef2494.tar.bz2 |
#892568 by chx: Add pointer from api.drupal.org docs to the handbook docs for DBTNG>
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/database.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc index 6d4c64a74..4131f91fd 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -167,6 +167,8 @@ * } * } * @endcode + * + * @link http://drupal.org/developing/api/database */ |