mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
wrong case for lang var
git-svn-id: file:///svn/phpbb/trunk@3393 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
957a8eaf4b
commit
93f57ce29c
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ function update_image_dimensions()
|
||||||
$spacer = TRUE;
|
$spacer = TRUE;
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row3" colspan="<?php echo ($mode == 'emoticons') ? 5 : 3; ?>" align="center"><?php echo $user->lang[$lang . '_not_displayed'] ?></td>
|
<td class="row3" colspan="<?php echo ($mode == 'emoticons') ? 5 : 3; ?>" align="center"><?php echo $user->lang[$lang . '_NOT_DISPLAYED'] ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue