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ř <mcihar@suse.cz>2011-07-21 13:58:07 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-21 13:58:07 +0400
commit38e5f642e4a8d7eda4620c95cd0586022822709e (patch)
treee9552fa2c6ba26211798f0e657e54a98b15d2693 /changelog.php
parent62c2c74583cb64239f13d9ae9f93a903da1648a3 (diff)
Lowercase to not trigger todo item in jenkins
Diffstat (limited to 'changelog.php')
-rw-r--r--changelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.php b/changelog.php
index 5c42e6797f..9892638193 100644
--- a/changelog.php
+++ b/changelog.php
@@ -75,7 +75,7 @@ $replaces = array(
=> '<a href="https://sourceforge.net/support/tracker.php?aid=\\1">bug #\\1</a>',
// all other 6+ digit numbers are treated as bugs
- '/(?<!BUG|RFE|patch) #?([0-9]{6,})/i'
+ '/(?<!bug|RFE|patch) #?([0-9]{6,})/i'
=> ' <a href="https://sourceforge.net/support/tracker.php?aid=\\1">bug #\\1</a>',
// CVE/CAN entries