]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 373312: bugzilla terms should not be used for db name
authormkanat%bugzilla.org <>
Sat, 10 Mar 2007 03:43:53 +0000 (03:43 +0000)
committermkanat%bugzilla.org <>
Sat, 10 Mar 2007 03:43:53 +0000 (03:43 +0000)
Patch By Victory <spam@bmo2007.rsz.jp> r=mkanat

template/en/default/pages/release-notes.html.tmpl

index a4e10d7b2b9bb700ae25de679f95dfc26144a0f4..93ee928c7d833e90c26ee5932080cb5d6b0004ff 100644 (file)
    installation can be corrupted beyond recovery. Having a backup keeps you
    safe.
 
-    <p>Example: <kbd>mysqldump -u root -p [% terms.bugs %] &gt; 
-      [% terms.bugs %]-db.sql</kbd></p></li>
+    <p>Example: <kbd>mysqldump -u root -p bu[%# trick filter %]gs &gt; 
+      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.