From 55f2f770e7ce7f0bdcfbf965749fe312c146ffc7 Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 30 Dec 2009 08:11:24 +0000 Subject: [PATCH] this doesn't work yet --- contrib/pools/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pools/main.php b/contrib/pools/main.php index f3537477..10d63a12 100644 --- a/contrib/pools/main.php +++ b/contrib/pools/main.php @@ -58,7 +58,7 @@ class Pools extends SimpleExtension { $sb->add_int_option("poolsListsPerPage", "
Index list items per page: "); $sb->add_int_option("poolsUpdatedPerPage", "
Updated list items per page: "); $sb->add_bool_option("poolsInfoOnViewImage", "
Show pool info on image: "); - $sb->add_bool_option("poolsAdderOnViewImage", "
Show pool adder on image: "); + //$sb->add_bool_option("poolsAdderOnViewImage", "
Show pool adder on image: "); $event->panel->add_block($sb); }