Commit 687a9e05 authored by mku's avatar mku

ZP-227 #comment Merge contribution - imap wasteID should be converted to...

ZP-227 #comment Merge contribution - imap wasteID should be converted to imapId - rev 1391 - changed parenthesis style to match z-push coding style  #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1455 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 579daf27
...@@ -312,8 +312,7 @@ class BackendCombined extends Backend { ...@@ -312,8 +312,7 @@ class BackendCombined extends Backend {
function GetWasteBasket(){ function GetWasteBasket(){
ZLog::Write(LOGLEVEL_DEBUG, "Combined->GetWasteBasket()"); ZLog::Write(LOGLEVEL_DEBUG, "Combined->GetWasteBasket()");
if (isset($this->activeBackend)) if (isset($this->activeBackend)) {
{
if (!$this->activeBackend->GetWasteBasket()) if (!$this->activeBackend->GetWasteBasket())
return false; return false;
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment