summaryrefslogtreecommitdiff
path: root/modules/trigger
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-08 10:35:43 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-08 10:35:43 +0000
commitb78a990270fe41d582ae22b7f42df292428ec74b (patch)
tree9dcece10ab0e1a5c8e012ac7ccb5d4db71fec4ac /modules/trigger
parent0ab0b1d65f494dbef7f2152b789c721711000001 (diff)
downloadbrdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.gz
brdo-b78a990270fe41d582ae22b7f42df292428ec74b.tar.bz2
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
Diffstat (limited to 'modules/trigger')
-rw-r--r--modules/trigger/trigger.admin.inc2
1 files changed, 1 insertions, 1 deletions
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)) {