summaryrefslogtreecommitdiff
path: root/modules/image/image.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/image/image.install')
-rw-r--r--modules/image/image.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/image/image.install b/modules/image/image.install
index 8cd205e19..2cb48520b 100644
--- a/modules/image/image.install
+++ b/modules/image/image.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function image_install() {
// Create the styles directory and ensure it's writable.
@@ -16,7 +16,7 @@ function image_install() {
}
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function image_uninstall() {
// Remove the styles directory and generated images.
@@ -25,7 +25,7 @@ function image_uninstall() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function image_schema() {
$schema = array();