summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-16 21:01:45 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-16 21:01:45 +0000
commitb7a2becd1538da11419387d3f76d21d06847c6f1 (patch)
tree118dc771704325681c915886300b9cb8c031bff3 /modules/system/system.install
parent97b326ff072ef92e4ea3a5805651ec43b4121564 (diff)
downloadbrdo-b7a2becd1538da11419387d3f76d21d06847c6f1.tar.gz
brdo-b7a2becd1538da11419387d3f76d21d06847c6f1.tar.bz2
#197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in aggregator, comment and system modules
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 122bd2e71..510283dfc 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -3,6 +3,11 @@
/**
* Test and report Drupal installation requirements.
+ *
+ * @param $phase
+ * The current system installation phase.
+ * @return
+ * An array of system requirements.
*/
function system_requirements($phase) {
$requirements = array();
@@ -243,7 +248,6 @@ function system_requirements($phase) {
return $requirements;
}
-
/**
* Implementation of hook_install().
*/