diff options
author | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2006-05-25 19:58:00 +0000 |
---|---|---|
committer | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2006-05-25 19:58:00 +0000 |
commit | 5feb5b75d992a50de7038b1e000ebf9a357c51cd (patch) | |
tree | 56f611d8973796788fca31858022c95e404070b4 /www/index.php | |
parent | cfb9f77ae58ed8a9de6d068140b485d9d65c29b8 (diff) | |
download | original-5feb5b75d992a50de7038b1e000ebf9a357c51cd.tar.gz original-5feb5b75d992a50de7038b1e000ebf9a357c51cd.tar.bz2 |
patch from Romain Tartiere
git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@13 4fa712ea-3c06-0410-9261-c11b4c06c003
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 74dd5a6..ad143ad 100644 --- a/www/index.php +++ b/www/index.php @@ -243,7 +243,7 @@ if (!$galerie) { if ($class) print " class=\"$class\""; print ">"; print "<img "; - if ($thumbsize) { + if (isset($thumbsize)) { print "width=\"120\" height=\"80\" "; } else { // scale portraits to 80 height |