From d428fe37b91d9fb04b62d19d8ce04da32a1ac96c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Mar 2010 17:14:46 +0000 Subject: - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. --- modules/node/tests/node_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/tests') diff --git a/modules/node/tests/node_test.module b/modules/node/tests/node_test.module index 48518d9f0..166dbcec1 100644 --- a/modules/node/tests/node_test.module +++ b/modules/node/tests/node_test.module @@ -40,7 +40,7 @@ function node_test_node_view($node, $view_mode) { function node_test_node_grants($account, $op) { // Give everyone full grants so we don't break other node tests. // Our node access tests asserts three realms of access. - // @see testGrantAlter() + // See testGrantAlter(). return array( 'test_article_realm' => array(1), 'test_page_realm' => array(1), -- cgit v1.2.3