summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-11-03 21:18:59 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-11-03 21:18:59 -0700
commit8ad62e2dee5bfed2c54c9cb6e1c7ae8ef870c41d (patch)
treea3d27d3f803fbadecb295ea8d87eb2c784096cc2 /modules
parent70ebc5e784cd6daf72a3ceeebc71b5a0032badec (diff)
downloadbrdo-8ad62e2dee5bfed2c54c9cb6e1c7ae8ef870c41d.tar.gz
brdo-8ad62e2dee5bfed2c54c9cb6e1c7ae8ef870c41d.tar.bz2
Issue #1312844 follow-up by David_Rothstein, kathyh: Fixed minor formatting bug.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index ae76ab44b..6fd2c036b 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -2930,7 +2930,8 @@ function hook_requirements($phase) {
* By declaring the tables used by your module via an implementation of
* hook_schema(), these tables will be available on all supported database
* engines. You don't have to deal with the different SQL dialects for table
- * creation and alteration of the supported database engines *
+ * creation and alteration of the supported database engines.
+ *
* See the Schema API Handbook at http://drupal.org/node/146843 for
* details on schema definition structures.
*