mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
tiny tiny changes to r9328
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9329 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
07523011d2
commit
7d848718a4
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@
|
||||||
<li>[Change] Default difference view is now 'inline' instead of 'side by side'</li>
|
<li>[Change] Default difference view is now 'inline' instead of 'side by side'</li>
|
||||||
<li>[Change] Added new option for merging differences to conflicting files in automatic updater</li>
|
<li>[Change] Added new option for merging differences to conflicting files in automatic updater</li>
|
||||||
<li>[Change] Added new options for visual confirmation.</li>
|
<li>[Change] Added new options for visual confirmation.</li>
|
||||||
<li>[Feature] Allow translation of Custom BBCode help messages. (Patch by bantu)</li>
|
<li>[Feature] Allow translation of custom BBCode help messages. (Patch by bantu)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="v303"></a><h3>1.ii. Changes since 3.0.3</h3>
|
<a name="v303"></a><h3>1.ii. Changes since 3.0.3</h3>
|
||||||
|
|
|
@ -860,7 +860,7 @@ function display_custom_bbcodes()
|
||||||
$i = 0;
|
$i = 0;
|
||||||
while ($row = $db->sql_fetchrow($result))
|
while ($row = $db->sql_fetchrow($result))
|
||||||
{
|
{
|
||||||
// If the helpline is defined within the language file, we will use the localized version, else just use the database entry...
|
// If the helpline is defined within the language file, we will use the localised version, else just use the database entry...
|
||||||
if (isset($user->lang[strtoupper($row['bbcode_helpline'])]))
|
if (isset($user->lang[strtoupper($row['bbcode_helpline'])]))
|
||||||
{
|
{
|
||||||
$row['bbcode_helpline'] = $user->lang[strtoupper($row['bbcode_helpline'])];
|
$row['bbcode_helpline'] = $user->lang[strtoupper($row['bbcode_helpline'])];
|
||||||
|
|
Loading…
Add table
Reference in a new issue