Issue #1312844 follow-up by David_Rothstein, kathyh: Fixed minor formatting bug.

merge-requests/26/head
webchick 2011-11-03 21:18:59 -07:00
parent 70ebc5e784
commit 8ad62e2dee
1 changed files with 2 additions and 1 deletions

View File

@ -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.
*