From fa0bba89d08a809a252af88924657532d45f31c3 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 29 Jan 2010 17:23:45 +0000 Subject: [PATCH] Updated fax account git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15474 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofax/gofax/faxaccount/main.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/gofax/gofax/faxaccount/main.inc b/gosa-plugins/gofax/gofax/faxaccount/main.inc index b740ca725..4985c0990 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/main.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/main.inc @@ -71,7 +71,7 @@ if ( $cleanup ){ } /* Execute formular */ - if($lock_msg){ + if(isset($lock_msg)){ $display.= $lock_msg; }else{ $display.= $gofaxAccount->execute (); @@ -85,7 +85,7 @@ if ( $cleanup ){ } /* Show page footer depending on the mode */ - if (!$gofaxAccount->locals_dialog && + if (!$gofaxAccount->dialog && !$gofaxAccount->out_blocklist_dialog && !$gofaxAccount->in_blocklist_dialog && $gofaxAccount->is_account && -- 2.30.2