From b78a990270fe41d582ae22b7f42df292428ec74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 8 Jan 2008 10:35:43 +0000 Subject: #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks --- modules/trigger/trigger.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/trigger') diff --git a/modules/trigger/trigger.admin.inc b/modules/trigger/trigger.admin.inc index 7f9f3266c..217bfd5c3 100644 --- a/modules/trigger/trigger.admin.inc +++ b/modules/trigger/trigger.admin.inc @@ -45,7 +45,7 @@ function trigger_assign($type = NULL) { * @param $aid * The action ID. * @ingroup forms - * @see trigger_unassign_submit(). + * @see trigger_unassign_submit() */ function trigger_unassign($form_state, $hook = NULL, $op = NULL, $aid = NULL) { if (!($hook && $op && $aid)) { -- cgit v1.2.3