From d2eb2fe8d9b94f78154b4c6fb816e9ba97e91f8e Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 14 Feb 2011 23:16:47 +0000 Subject: [PATCH] added patch from quix0r, see http://forum.yacy-websuche.de/viewtopic.php?p=21188#p21188 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7483 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Table_API_p.html | 4 ++++ htroot/Table_API_p.java | 2 ++ 2 files changed, 6 insertions(+) diff --git a/htroot/Table_API_p.html b/htroot/Table_API_p.html index d51b80a52..63e485f1c 100644 --- a/htroot/Table_API_p.html +++ b/htroot/Table_API_p.html @@ -81,6 +81,8 @@ + + @@ -102,6 +104,8 @@ + + diff --git a/htroot/Table_API_p.java b/htroot/Table_API_p.java index 94c4967d8..fb1d03aea 100644 --- a/htroot/Table_API_p.java +++ b/htroot/Table_API_p.java @@ -259,6 +259,8 @@ public class Table_API_p { prop.put("showtable_list_" + count + "_scheduler_inline", inline ? "true" : "false"); prop.put("showtable_list_" + count + "_scheduler_filter", typefilter.pattern()); prop.put("showtable_list_" + count + "_scheduler_query", query.pattern()); + prop.put("showtable_list_" + count + "_scheduler_startRecord", startRecord); + prop.put("showtable_list_" + count + "_scheduler_maximumRecords", maximumRecords); count++; } if (scheduledactions) {