From: justdave%syndicomm.com <> Date: Fri, 4 Apr 2008 11:47:45 +0000 (+0000) Subject: grep is a command line program, not something you do while editing a file (to most... X-Git-Tag: bugzilla-3.1.3~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45cdc110e2bc022d85854239bb099c9ba1acc141;p=thirdparty%2Fbugzilla.git grep is a command line program, not something you do while editing a file (to most people anyway) --- diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index c85505c1f0..dd27b63fe3 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -541,7 +541,7 @@ allowed to do what. The relevant function is called CheckCanChangeField(), and is found in process_bug.cgi in your - Bugzilla directory. If you open that file and grep for + Bugzilla directory. If you open that file and search for "sub CheckCanChangeField", you'll find it.