From 9c0f85ce6c3c2f9df3b98c32af4e2a32e6b0e395 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 3 Dec 2009 02:20:28 +0000 Subject: - Patch #645998 by jhodgdon: removed outdated documentation. --- includes/common.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'includes') 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); -- cgit v1.2.3