Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2006-05-14 20:52:46 +0400
committerMichal Čihař <michal@cihar.com>2006-05-14 20:52:46 +0400
commit233376d65fd9253bca75dce8423c2a9f074a840d (patch)
tree8dccc3d7a8adaf221f693d6670b6cea4d0394127 /changelog.php
parent22128e5f89fa9f22defad1b6448ce19f17371f89 (diff)
There is no reason to make bug uppercase.
Diffstat (limited to 'changelog.php')
-rw-r--r--changelog.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog.php b/changelog.php
index 743c83ba8e..440aea9864 100644
--- a/changelog.php
+++ b/changelog.php
@@ -42,11 +42,11 @@ $replaces = array(
// linking bugs
'/bug\s*#?([0-9]{6,})/i'
- => '<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=\\1&amp;group_id=23067&amp;atid=377408">BUG #\\1</a>',
+ => '<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=\\1&amp;group_id=23067&amp;atid=377408">bug #\\1</a>',
// all other 6+ digit numbers are treated as bugs
'/(?<!BUG|RFE|patch) #?([0-9]{6,})/i'
- => ' <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=\\1&amp;group_id=23067&amp;atid=377408">BUG #\\1</a>',
+ => ' <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=\\1&amp;group_id=23067&amp;atid=377408">bug #\\1</a>',
// CVE/CAN entries
'/((CAN|CVE)-[0-9]+-[0-9]+)/'