diff options
author | mkanat%bugzilla.org <> | 2007-03-10 04:43:53 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-03-10 04:43:53 +0100 |
commit | 3a943fe055afe25c540698b0417854bd3f5b5ef4 (patch) | |
tree | dabe7d7c85119c4ac8e5c43513d2780574485f1d /template/en | |
parent | d36dd3fb0b093943ac859a44789ff008956ddfe4 (diff) | |
download | bugzilla-3a943fe055afe25c540698b0417854bd3f5b5ef4.tar.gz bugzilla-3a943fe055afe25c540698b0417854bd3f5b5ef4.tar.xz |
Bug 373312: bugzilla terms should not be used for db name
Patch By Victory <spam@bmo2007.rsz.jp> r=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index a4e10d7b2..93ee928c7 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -506,8 +506,8 @@ installation can be corrupted beyond recovery. Having a backup keeps you safe. - <p>Example: <kbd>mysqldump -u root -p [% terms.bugs %] > - [% terms.bugs %]-db.sql</kbd></p></li> + <p>Example: <kbd>mysqldump -u root -p bu[%# trick filter %]gs > + bu[%# trick filter %]gs-db.sql</kbd></p></li> <li>Replace the files in your installation with the new version of [% terms.Bugzilla %], or you can try to use CVS to upgrade. |