patch #2444082 [changelog] changelog.php linkifies one link wrong
This commit is contained in:
@@ -26,6 +26,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
- patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3,
|
||||
thanks to Alex Frase - atfrase
|
||||
- bug #2417058 [properties] Edit fields: losing auto-increment setting
|
||||
- patch #2444082 [changelog] changelog.php linkifies one link wrong,
|
||||
thanks to Robert Xiao - nneonneo
|
||||
|
||||
3.1.1.0 (2008-12-09)
|
||||
- patch #2242765 [core] Navi panel server links wrong,
|
||||
|
@@ -30,7 +30,7 @@ if (substr(CHANGELOG_FILE, -3) == '.gz') {
|
||||
$changelog = htmlspecialchars($changelog);
|
||||
|
||||
$replaces = array(
|
||||
'@(http://[./a-zA-Z0-9.-]*[/a-zA-Z0-9])@'
|
||||
'@(http://[./a-zA-Z0-9.-_]*[/a-zA-Z0-9_])@'
|
||||
=> '<a href="\\1">\\1</a>',
|
||||
|
||||
// sourceforge users
|
||||
|
Reference in New Issue
Block a user