summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-29 19:55:43 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-29 19:55:43 +0000
commitab3ab562997af96cfa4eda00e6fb4a0e18ef2494 (patch)
treef6e7a7089803688a7aa903073249292a8fc660b2
parentc1aac040471b282f09381c19a512fe7c41767615 (diff)
downloadbrdo-ab3ab562997af96cfa4eda00e6fb4a0e18ef2494.tar.gz
brdo-ab3ab562997af96cfa4eda00e6fb4a0e18ef2494.tar.bz2
#892568 by chx: Add pointer from api.drupal.org docs to the handbook docs for DBTNG>
-rw-r--r--includes/database/database.inc2
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
*/