diff options
-rw-r--r-- | Bugzilla/Constants.pm | 1 | ||||
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 8ab2195f2..88315b9bc 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,6 +199,7 @@ use File::Basename; # Bugzilla version use constant BUGZILLA_VERSION => "4.0.14"; + # These are unique values that are unlikely to match a string or a number, # to be used in criteria for match() functions and other things. They start # and end with spaces because most Bugzilla stuff has trim() called on it, diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index 8abae130c..260fe9306 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -37,6 +37,7 @@ <!ENTITY bz-date "2014-07-24"> <!ENTITY current-year "2014"> + <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.0-branch/"> <!ENTITY bz "http://www.bugzilla.org/"> <!ENTITY bzg-bugs "<ulink url='https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation'>Bugzilla Documentation</ulink>"> |