Code

Do not display footer twice
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jan 2010 08:22:56 +0000 (08:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jan 2010 08:22:56 +0000 (08:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15032 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc

index d04958a42c93dd0f8b0aff0b7d5fb08495324d3e..a3df52fb4a6e37a8a032a7b891048d6e0aa657fe 100644 (file)
@@ -33,6 +33,8 @@ class blocklistManagement extends management
   protected $aclPlugin   = "blocklistGeneric";
   protected $objectName   = "blocklist";
 
+  protected $skipFooter = TRUE;
+
   function __construct($config,$ui)
   {
     $this->config = $config;