diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-03-26 13:23:55 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-03-26 13:23:55 +0200 |
commit | 707c7fc9181c21417af7d6e0c8a7bc40ec13becb (patch) | |
tree | c74a8c8151b22b868126dae8d5bb4ce96ed00cc2 /Bugzilla/Install | |
parent | ef32a98bed6dbe5a1b90963c3b2dd21efcc8f545 (diff) | |
download | bugs-707c7fc9181c21417af7d6e0c8a7bc40ec13becb.tar bugs-707c7fc9181c21417af7d6e0c8a7bc40ec13becb.tar.gz bugs-707c7fc9181c21417af7d6e0c8a7bc40ec13becb.tar.bz2 bugs-707c7fc9181c21417af7d6e0c8a7bc40ec13becb.tar.xz bugs-707c7fc9181c21417af7d6e0c8a7bc40ec13becb.zip |
Fix bustage due to bug 448551
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/DB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index fc8394d91..59a2cdceb 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -1,4 +1,4 @@ -11# This Source Code Form is subject to the terms of the Mozilla Public +# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # |