Minor oopsie, forgot border="0" in image url ... probably make this defineable

git-svn-id: file:///svn/phpbb/trunk@4406 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-08-14 23:50:35 +00:00
parent dbd512138e
commit 9041b88501

View file

@ -1256,7 +1256,7 @@ function csspreview()
$imgheight = " height=\"$imgheight\""; $imgheight = " height=\"$imgheight\"";
} }
$imgpath = '"styles/' . $imageset_path . '/imageset/' . preg_replace('#^(.*?)/(.*?)$#', '{LANG}/\2', $imgpath) . '"' . $imgwidth . $imgheight; $imgpath = '"styles/' . $imageset_path . '/imageset/' . preg_replace('#^(.*?)/(.*?)$#', '{LANG}/\2', $imgpath) . '" border="0"' . $imgwidth . $imgheight;
$sql = 'UPDATE ' . STYLES_IMAGE_TABLE . " $sql = 'UPDATE ' . STYLES_IMAGE_TABLE . "
SET $imgname = '$imgpath' SET $imgname = '$imgpath'