From 1da26fadfe9cdcbd89a912b9f61c710adff4c6c8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 4 Dec 2009 16:49:48 +0000 Subject: - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. --- modules/simpletest/tests/form_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests/form_test.module') diff --git a/modules/simpletest/tests/form_test.module b/modules/simpletest/tests/form_test.module index c9c208d53..024917b86 100644 --- a/modules/simpletest/tests/form_test.module +++ b/modules/simpletest/tests/form_test.module @@ -7,7 +7,7 @@ */ /** - * Implement hook_menu(). + * Implements hook_menu(). */ function form_test_menu() { $items['form-test/validate'] = array( -- cgit v1.2.3