mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
D'oh!
git-svn-id: file:///svn/phpbb/trunk@5484 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c10f287751
commit
f30bf5c9c8
1 changed files with 1 additions and 3 deletions
|
@ -476,12 +476,10 @@ pagination_sep = \'{PAGINATION_SEP}\'
|
|||
|
||||
foreach ($style_row as $key => $value)
|
||||
{
|
||||
$src = '';
|
||||
|
||||
$width = $height = $imgsrc = '';
|
||||
if (!empty($value))
|
||||
{
|
||||
$values = explode('*',$value);
|
||||
$values = explode('*', $value);
|
||||
$imgsrc = $values[0];
|
||||
$height = (!empty($values[1])) ? $values[1] : '';
|
||||
$width = (!empty($values[2])) ? $values[2] : '';
|
||||
|
|
Loading…
Add table
Reference in a new issue