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/field/tests/field.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field/tests') diff --git a/modules/field/tests/field.test b/modules/field/tests/field.test index 3b5cdc7b5..8fa4820b4 100644 --- a/modules/field/tests/field.test +++ b/modules/field/tests/field.test @@ -17,7 +17,7 @@ class FieldTestCase extends DrupalWebTestCase { */ function setUp() { // Call parent::setUp(). - // @see http://www.php.net/manual/en/function.call-user-func-array.php#73105 + // See http://www.php.net/manual/en/function.call-user-func-array.php#73105. $args = func_get_args(); call_user_func_array(array($this, 'parent::setUp'), $args); // Set default storage backend. -- cgit v1.2.3