summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-03 02:20:28 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-03 02:20:28 +0000
commit9c0f85ce6c3c2f9df3b98c32af4e2a32e6b0e395 (patch)
tree15da6580ad4f63d507fdcab69d8b477d0c2edf7a
parenta49c4967109467f06d87ba6f7ac8504d48f2da37 (diff)
downloadbrdo-9c0f85ce6c3c2f9df3b98c32af4e2a32e6b0e395.tar.gz
brdo-9c0f85ce6c3c2f9df3b98c32af4e2a32e6b0e395.tar.bz2
- Patch #645998 by jhodgdon: removed outdated documentation.
-rw-r--r--includes/common.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/includes/common.inc b/includes/common.inc
index a79979264..18b8fed2b 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -5600,7 +5600,7 @@ function drupal_common_theme() {
*/
/**
- * Create all tables that a module defines in its hook_schema().
+ * Creates all tables in a module's hook_schema() implementation.
*
* Note: This function does not pass the module's schema through
* hook_schema_alter(). The module's tables will be created exactly as the
@@ -5608,10 +5608,6 @@ function drupal_common_theme() {
*
* @param $module
* The module for which the tables will be created.
- * @return
- * An array of arrays with the following key/value pairs:
- * - success: a boolean indicating whether the query succeeded.
- * - query: the SQL query(s) executed, passed through check_plain().
*/
function drupal_install_schema($module) {
$schema = drupal_get_schema_unprocessed($module);