diff options
author | timeless%mozdev.org <> | 2007-07-23 03:25:10 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-23 03:25:10 +0000 |
commit | efe725f656d0e44bef2c1573a59d3eddf3029b2a (patch) | |
tree | eefdd829d63eadf0622aa16c3cadac00eaabdb85 /Bugzilla/Error.pm | |
parent | Really return a boolean (diff) | |
download | bugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.gz bugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.bz2 bugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.zip |
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation
r=colin.ogilvie, kevin.benton
Diffstat (limited to 'Bugzilla/Error.pm')
-rw-r--r-- | Bugzilla/Error.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Error.pm b/Bugzilla/Error.pm index 95088850e..d9f6e70b3 100644 --- a/Bugzilla/Error.pm +++ b/Bugzilla/Error.pm @@ -173,7 +173,7 @@ Bugzilla::Error - Error handling utilities for Bugzilla Various places throughout the Bugzilla codebase need to report errors to the user. The C<Throw*Error> family of functions allow this to be done in a -generic and localisable manner. +generic and localizable manner. These functions automatically unlock the database tables, if there were any locked. They will also roll back the transaction, if it is supported by |