Ignore:
Timestamp:
Apr 6, 2020, 11:56:19 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Do not use parenthesis around returned value.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/System/System.php

    r873 r874  
    5959    $Output .= $PageList['Output'];
    6060    $Output .= '<p><a href="?A=SaveToDb">Uložit do databáze</a></p>';
    61     return ($Output);
     61    return $Output;
    6262  }
    6363
     
    9494    }
    9595    $Output .= $this->ShowList();
    96     return ($Output);
     96    return $Output;
    9797  }
    9898}
     
    416416      $this->InstalledChecked = true;
    417417    }
    418     return ($this->Installed);
     418    return $this->Installed;
    419419  }
    420420
     
    532532      }
    533533    }
    534     return ($Output);
     534    return $Output;
    535535  }
    536536}
Note: See TracChangeset for help on using the changeset viewer.