From 5f173728faa3420461cb6f77b32f392bd58a1777 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 21 Jun 2005 02:16:26 +0000 Subject: Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello r=LpSolit a=myk --- docs/xml/customization.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/xml/customization.xml') diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index 14ac3f86a..1eef16673 100644 --- a/docs/xml/customization.xml +++ b/docs/xml/customization.xml @@ -665,7 +665,7 @@ Certain marked sections should not be changed - these are the plumbing which makes the rest of the function work. In between those sections, you'll find snippets of code like: - # Allow the owner to change anything. + # Allow the assignee to change anything. if ($ownerid eq $whoid) { return 1; } -- cgit v1.2.3-24-g4f1b