Merge remote-tracking branch 'origin/master'

This commit is contained in:
Pootle server 2011-09-29 16:40:12 +02:00
commit 9f0dc82af0
2 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ phpMyAdmin - ChangeLog
- bug #3412862 [relation] Relations/constraints are dropped/created on every change
- bug #3390832 [display] Delete records from last page breaks search
- bug #3392150 [schema] PMA_User_Schema::processUserChoice() is broken
- bug #3414744 [core] External link fails in 3.4.5
3.4.5.0 (2011-09-14)
- bug #3375325 [interface] Page list in navigation frame looks odd

View File

@ -244,7 +244,7 @@ function PMA_getPHPDocLink($target)
/* l10n: Please check that translation actually exists. */
$lang = _pgettext('PHP documentation language', 'en');
return 'http://php.net/manual/' . $lang . '/' . $target;
return PMA_linkURL('http://php.net/manual/' . $lang . '/' . $target);
}
/**