X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/256f6aee2a09d51c0350a5c3ed60ba354b115abc..e3a5ffc7fe48b267b3482dd646e617dc7f18dc88:/word.plp diff --git a/word.plp b/word.plp index 9ea54e8..aed42fd 100644 --- a/word.plp +++ b/word.plp @@ -122,7 +122,10 @@ if (exists $get{q}) { $table = {}; printimgs(@rows); } +elsif ($Request and $Request =~ /^\d+$/) { + printimgs([$Request]); +} else { - printimgs($Request || $table->{''}->[0]); + printimgs($table->{''}->[0]); } say '';