web commit by EthanGlasserCamp: This is probably better.

master
joey 2006-11-08 20:19:49 +00:00
parent cb3f89f429
commit 68f84e12f2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This addresses [[todo/skip_option_for_inline_plugin]].
return "unknown sort type $params{sort}";
}
+ if ($params{skip}) {
+ if (exists $params{skip}) {
+ @list=@list[$params{skip} .. scalar @list - 1];
+
+ }