Changeset 874 for trunk/Modules


Ignore:
Timestamp:
Apr 6, 2020, 11:56:19 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Do not use parenthesis around returned value.
Location:
trunk/Modules
Files:
69 edited

Legend:

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

    r873 r874  
    7272      else $Output = 'Unsupported action';
    7373
    74     return ($Output);
     74    return $Output;
    7575  }
    7676
     
    7979    if (($Table != '') and (array_key_exists($Table, $this->System->FormManager->Classes)))
    8080      $FormClass = $this->System->FormManager->Classes[$Table];
    81       else return ('Table not found');
     81      else return 'Table not found';
    8282
    8383    if (array_key_exists('SQL', $FormClass))
     
    102102      else if ($this->DataFormat == 'json') $Output = json_encode($Result);
    103103      else die('Unknown data format '.$this->DataFormat);
    104     return ($Output);
     104    return $Output;
    105105  }
    106106
  • trunk/Modules/Chat/Chat.php

    r873 r874  
    1414  {
    1515    $Num = dechex($Num);
    16     return (substr($Num, 4, 2).substr($Num, 2, 2).substr($Num, 0, 2));
     16    return substr($Num, 4, 2).substr($Num, 2, 2).substr($Num, 0, 2);
    1717  }
    1818
     
    2121    global $MonthNames;
    2222
    23     if (!$this->System->User->CheckPermission('Chat', 'Display')) return ('Nemáte oprávnění');
     23    if (!$this->System->User->CheckPermission('Chat', 'Display')) return 'Nemáte oprávnění';
    2424
    2525    if (array_key_exists('date', $_GET)) $Date = $_GET['date'];
     
    8181    else $Output .= 'V daném dni nebyly zaznamenány žádné zprávy.';
    8282    $Output .= '</div>';
    83     return ($Output);
     83    return $Output;
    8484  }
    8585}
  • trunk/Modules/Customer/Customer.php

    r873 r874  
    201201    $Output .= ' platících:'.$DbRow['0'].'<br/>';
    202202
    203     return ($Output);
     203    return $Output;
    204204  }
    205205
  • trunk/Modules/EmailQueue/EmailQueue.php

    r873 r874  
    1111    $Output = $this->System->ModuleManager->Modules['EmailQueue']->Process();
    1212    $Output = $this->SystemMessage('Zpracování fronty emailů', 'Nové emaily byly odeslány').$Output;
    13     return ($Output);
     13    return $Output;
    1414  }
    1515}
     
    106106      $Output .= 'To: '.$DbRow['To'].'  Subject: '.$DbRow['Subject'].'<br />';
    107107    }
    108     return ($Output);
     108    return $Output;
    109109  }
    110110}
  • trunk/Modules/File/File.php

    r873 r874  
    3838      }
    3939    }
    40     return ($Result);
     40    return $Result;
    4141  }
    4242
     
    4646
    4747    $Result = $MimeTypes[pathinfo($FileName, PATHINFO_EXTENSION)][0];
    48     return ($Result);
     48    return $Result;
    4949  }
    5050
     
    7474      else $Result = $this->FilesDir;
    7575    $Result .= $DbRow['Name'].'/';
    76     return ($Result);
     76    return $Result;
    7777  }
    7878}
     
    8585    if (array_key_exists('id', $_GET)) $Id = $_GET['id'];
    8686    else if (array_key_exists('i', $_GET)) $Id = $_GET['i'];
    87     else return ($this->SystemMessage('Chyba', 'Nezadáno id souboru'));
     87    else return $this->SystemMessage('Chyba', 'Nezadáno id souboru');
    8888    $this->ClearPage = true;
    8989    $Output = $this->System->Modules['File']->Download($Id);
    90     return ($Output);
     90    return $Output;
    9191  }
    9292}
  • trunk/Modules/Finance/Bill.php

    r873 r874  
    88  function GenerateHTML()
    99  {
    10     return ('');
     10    return '';
    1111  }
    1212
     
    2929    $Output = shell_exec('echo "'.addslashes($Encoding->FromUTF8($HtmlCode)).
    3030      '"|htmldoc --no-numbered --webpage --no-embedfonts --charset 8859-2 -t pdf -');
    31     return ($Output);
     31    return $Output;
    3232  }
    3333}
     
    4747    if ($Subject['Account'] != '') $Output .= 'Účet: '.$Subject['Account'].'<br>';
    4848    if ($Subject['PayVAT'] != '') $Output .= 'Plátce DPH: '.$BooleanText[$Subject['PayVAT']].'<br>';
    49     return ($Output);
     49    return $Output;
    5050  }
    5151
     
    146146      '</table>';
    147147
    148     return ($Output);
     148    return $Output;
    149149  }
    150150}
     
    215215      '<tr><td>&nbsp;</td><td><br><br>'.$Desc['Signature'].':</td></tr>';
    216216    $Output .= '</table>';
    217     return ($Output);
     217    return $Output;
    218218  }
    219219}
  • trunk/Modules/Finance/Finance.php

    r873 r874  
    8080  function W2Kc($Spotreba)
    8181  {
    82     return (round($Spotreba * 0.72 * $this->kWh));
     82    return round($Spotreba * 0.72 * $this->kWh);
    8383  }
    8484
     
    138138    $this->Database->query('UPDATE `DocumentLineSequence` SET `NextNumber` = `NextNumber` + 1 '.
    139139      'WHERE (`DocumentLine`='.$Id.') AND (`FinanceYear`='.$FinanceYear['Id'].')');
    140     return ($Result);
     140    return $Result;
    141141  }
    142142
     
    153153    if ($DbResult->num_rows == 1) {
    154154      $Group = $DbResult->fetch_assoc();
    155       return ($Group);
     155      return $Group;
    156156    } else die('Finance group id '.$Id.' not found in table '.$Table);
    157157  }
     
    204204    }
    205205    $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'RecalculateMemberPayment');
    206     return ($Output);
     206    return $Output;
    207207  }
    208208
     
    214214      TimeToMysqlDate($Time).'") OR (ValidTo IS NULL)) LIMIT 1');
    215215    $Row = $DbResult->fetch_array();
    216     return ($Row[0]);
     216    return $Row[0];
    217217  }
    218218}
     
    669669    $FinanceGroup = $this->System->Modules['Finance']->GetFinanceGroupById($Form->Values['Group'], 'FinanceOperationGroup');
    670670    $Form->Values['BillCode'] = $this->System->Modules['Finance']->GetNextDocumentLineNumberId($FinanceGroup['DocumentLine'], $Year);
    671     return ($Form->Values);
     671    return $Form->Values;
    672672  }
    673673
     
    677677    $this->Database->query('UPDATE `'.$Form->Definition['Table'].'` SET `Value`= '.
    678678      ($Form->Values['ValueUser'] * $FinanceGroup['ValueSign']).' WHERE `Id`='.$Id);
    679     return ($Form->Values);
     679    return $Form->Values;
    680680  }
    681681
     
    685685    $this->Database->query('UPDATE `'.$Form->Definition['Table'].'` SET `Value`= '.
    686686      ($Form->Values['ValueUser'] * $FinanceGroup['ValueSign']).' WHERE `Id`='.$Id);
    687     return ($Form->Values);
     687    return $Form->Values;
    688688  }
    689689
     
    695695    $Group = $this->System->Modules['Finance']->GetFinanceGroupById($Form->Values['Group'], 'FinanceInvoiceGroup');
    696696    $Form->Values['BillCode'] = $this->System->Modules['Finance']->GetNextDocumentLineNumberId($Group['DocumentLine'], $Year);
    697     return ($Form->Values);
     697    return $Form->Values;
    698698  }
    699699
     
    707707    $this->Database->query('UPDATE `'.$Form->Definition['Table'].'` SET `Value`= '.
    708708      ($Sum * $FinanceGroup['ValueSign']).' WHERE `Id`='.$Id);
    709     return ($Form->Values);
     709    return $Form->Values;
    710710  }
    711711
     
    718718    $this->Database->query('UPDATE `'.$Form->Definition['Table'].'` SET `Value`= '.
    719719      ($Sum * $FinanceGroup['ValueSign']).' WHERE `Id`='.$Id);
    720     return ($Form->Values);
     720    return $Form->Values;
    721721  }
    722722
     
    727727    $ParentForm->LoadValuesFromDatabase($Form->Values['FinanceInvoice']);
    728728    $this->AfterInsertFinanceInvoice($ParentForm, $Form->Values['FinanceInvoice']);
    729     return ($Form->Values);
     729    return $Form->Values;
    730730  }
    731731
     
    736736    $ParentForm->LoadValuesFromDatabase($Form->Values['FinanceInvoice']);
    737737    $this->BeforeModifyFinanceInvoice($ParentForm, $Form->Values['FinanceInvoice']);
    738     return ($Form->Values);
     738    return $Form->Values;
    739739  }
    740740
     
    744744      else $Year = date("Y", $Form->Values['ValidFrom']);
    745745    $Form->Values['BillCode'] = $this->System->Modules['Finance']->GetNextDocumentLineNumberId($Form->Values['DocumentLine'], $Year);
    746     return ($Form->Values);
     746    return $Form->Values;
    747747  }
    748748}
  • trunk/Modules/Finance/Import.php

    r873 r874  
    99  function Show()
    1010  {
    11     if (!$this->System->User->CheckPermission('Finance', 'SubjectList')) return ('Nemáte oprávnění');
     11    if (!$this->System->User->CheckPermission('Finance', 'SubjectList')) return 'Nemáte oprávnění';
    1212    if (array_key_exists('Operation', $_GET))
    1313    {
    14       if ($_GET['Operation'] == 'prepare') return ($this->Prepare());
    15       else if ($_GET['Operation'] == 'insert') return ($this->Insert());
     14      if ($_GET['Operation'] == 'prepare') return $this->Prepare();
     15      else if ($_GET['Operation'] == 'insert') return $this->Insert();
    1616      else echo('Neplatná akce');
    1717    } else
     
    2222      $Output .= '<input type="submit" value="Analyzovat"/>';
    2323      $Output .= '</form>';
    24       return ($Output);
     24      return $Output;
    2525    }
    2626  }
     
    121121      $Output .= '<input type="submit" value="Zpracovat"/></form>';
    122122    }
    123     return ($Output);
     123    return $Output;
    124124  }
    125125
     
    156156      $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'NewPaymentInserted');
    157157    }
    158     return ($Output);
     158    return $Output;
    159159  }
    160160}
  • trunk/Modules/Finance/Manage.php

    r873 r874  
    1111    $Output = '';
    1212    if (!$this->System->User->CheckPermission('Finance', 'Manage'))
    13       return ('Nemáte oprávnění');
     13      return 'Nemáte oprávnění';
    1414
    1515    if (array_key_exists('Operation', $_GET)) $Operation = $_GET['Operation'];
     
    4242        $Output .= '<a href="'.$this->System->Link('/finance/import/').'">Import plateb</a><br />';
    4343    }
    44     return ($Output);
     44    return $Output;
    4545  }
    4646
     
    5252
    5353    $MonthCount = $this->System->Modules['Finance']->BillingPeriods[$Period]['MonthCount'];
    54     if ($MonthCount <= 0) return (array('From' => NULL, 'To' => NULL, 'MonthCount' => 0));
     54    if ($MonthCount <= 0) return array('From' => NULL, 'To' => NULL, 'MonthCount' => 0);
    5555    $MonthCurrent = date('n', $Time);
    5656
     
    6767    $PeriodTo = mktime(0, 0, 0, $MonthTo, date('t', mktime(0, 0, 0, $MonthTo, 1, $Year)), $Year);
    6868
    69     return (array('From' => $PeriodFrom, 'To' => $PeriodTo, 'MonthCount' => $MonthCount));
     69    return array('From' => $PeriodFrom, 'To' => $PeriodTo, 'MonthCount' => $MonthCount);
    7070  }
    7171
    7272  function ShowMonthlyPayment()
    7373  {
    74     if (!$this->System->User->CheckPermission('Finance', 'Manage')) return ('Nemáte oprávnění');
     74    if (!$this->System->User->CheckPermission('Finance', 'Manage')) return 'Nemáte oprávnění';
    7575    $SQL = 'SELECT `Member`.*, `MemberPayment`.`MonthlyTotal` AS `Monthly`, '.
    7676      '`MemberPayment`.`Cash` AS `Cash`, '.
     
    120120    $Output .= $PageList['Output'];
    121121    $Output .= '<a href="?Operation=ProcessMonthlyPayment">Generovat faktury</a>';
    122     return ($Output);
     122    return $Output;
    123123  }
    124124
     
    149149    //$LastInsertTime = $Time;
    150150    //$this->CheckAdvancesAndLiabilities($Subject);
    151     return ($InvoiceId);
     151    return $InvoiceId;
    152152  }
    153153
     
    217217      $Output .= "\n";
    218218    }
    219     return ($Output);
     219    return $Output;
    220220  }
    221221
     
    270270    $this->TableUpdateChanges('ServiceCustomerRel');
    271271
    272     return ($Output);
     272    return $Output;
    273273  }
    274274
    275275  function ProcessMonthlyPayment()
    276276  {
    277     if (!$this->System->User->CheckPermission('Finance', 'Manage')) return ('Nemáte oprávnění');
     277    if (!$this->System->User->CheckPermission('Finance', 'Manage')) return 'Nemáte oprávnění';
    278278    $Output = '';
    279279
     
    335335    }
    336336    $Output = str_replace("\n", '<br/>', $Output);
    337     return ($Output);
     337    return $Output;
    338338  }
    339339
     
    478478    $Output .= $this->GenerateInvoice(' AND (`File` IS NULL)');
    479479    $Output .= $this->GenerateOperation(' AND (`File` IS NULL)');
    480     return ($Output);
     480    return $Output;
    481481  }
    482482}
  • trunk/Modules/Finance/Trade.php

    r873 r874  
    6565    $Row = $DbResult->fetch_array();
    6666    $Balance['SmallAssets']['End'] = $Row[0] + 0;
    67     return ($Balance);
     67    return $Balance;
    6868  }
    6969
     
    427427  {
    428428    if (!$this->System->User->CheckPermission('Finance', 'TradingStatus'))
    429       return ('Nemáte oprávnění');
     429      return 'Nemáte oprávnění';
    430430
    431431    $Finance = &$this->System->Modules['Finance'];
     
    478478        $Output = $this->ShowDefault();
    479479    }
    480     return ($Output);
     480    return $Output;
    481481  }
    482482
     
    488488      $Output .= '<a href="?year='.$DbRow['Id'].'">'.$DbRow['Year'].'</a> ';
    489489    $Output .= '<br/>';
    490     return ($Output);
     490    return $Output;
    491491  }
    492492
  • trunk/Modules/Finance/UserState.php

    r873 r874  
    6666    $Output .= '</table>';
    6767    $Output .= $PageList['Output'];
    68     return ($Output);
     68    return $Output;
    6969  }
    7070
     
    7777    if (array_key_exists('i', $_GET))
    7878    {
    79       if (!$this->System->User->CheckPermission('Finance', 'Manage')) return ('Nemáte oprávnění');
     79      if (!$this->System->User->CheckPermission('Finance', 'Manage')) return 'Nemáte oprávnění';
    8080      $CustomerId = $_GET['i'];
    8181    } else
    8282    {
    83       if (!$this->System->User->CheckPermission('Finance', 'DisplaySubjectState')) return ('Nemáte oprávnění');
     83      if (!$this->System->User->CheckPermission('Finance', 'DisplaySubjectState')) return 'Nemáte oprávnění';
    8484      $UserId = $this->System->User->User['Id'];
    8585      $DbResult = $this->Database->query('SELECT `Customer` FROM `UserCustomerRel` WHERE `User`='.$UserId.' LIMIT 1');
     
    8888        $CustomerUserRel = $DbResult->fetch_assoc();
    8989        $CustomerId = $CustomerUserRel['Customer'];
    90       } else return ($this->SystemMessage('Chyba', 'Nejste zákazníkem'));
     90      } else return $this->SystemMessage('Chyba', 'Nejste zákazníkem');
    9191    }
    9292
     
    9696    {
    9797      $Customer = $DbResult->fetch_assoc();
    98     } else return ($this->SystemMessage('Položka nenalezena', 'Zákazník nenalezen'));
     98    } else return $this->SystemMessage('Položka nenalezena', 'Zákazník nenalezen');
    9999
    100100
     
    104104    {
    105105      $Subject = $DbResult->fetch_assoc();
    106     } else return ($this->SystemMessage('Položka nenalezena', 'Subjekt nenalezen'));
     106    } else return $this->SystemMessage('Položka nenalezena', 'Subjekt nenalezen');
    107107
    108108
     
    152152
    153153    $Output .= '</td></tr></table>';
    154     return ($Output);
     154    return $Output;
    155155  }
    156156}
  • trunk/Modules/FinanceBankAPI/FileImport.php

    r873 r874  
    8989      $Import->PairOperations();
    9090    }
    91     return ($Output);
     91    return $Output;
    9292  }
    9393
     
    9595  {
    9696    if (!$this->System->User->CheckPermission('Finance', 'SubjectList'))
    97       return ('Nemáte oprávnění');
     97      return 'Nemáte oprávnění';
    9898
    9999    $Output = $this->Import($_GET['i']);
    100     return ($Output);
     100    return $Output;
    101101  }
    102102}
     
    111111  {
    112112    $Output = '';
    113     if (!$this->System->User->CheckPermission('Finance', 'SubjectList')) return ('Nemáte oprávnění');
     113    if (!$this->System->User->CheckPermission('Finance', 'SubjectList')) return 'Nemáte oprávnění';
    114114    if (array_key_exists('Operation', $_GET))
    115115    {
     
    118118      else $Output .= 'Neplatná akce';
    119119    } else $Output .= $this->ShowForm();
    120     return ($Output);
     120    return $Output;
    121121  }
    122122
     
    128128    $Form->Values['BankAccount'] = $_GET['id'];
    129129    $Output = $Form->ShowEditForm();
    130     return ($Output);
     130    return $Output;
    131131  }
    132132
     
    153153    $Output .= $Import->ImportFile($File->GetContent(), $File->GetExt());
    154154
    155     return ($Output);
     155    return $Output;
    156156  }
    157157
     
    187187      $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'NewPaymentInserted');
    188188    }
    189     return ($Output);
     189    return $Output;
    190190  }
    191191}
  • trunk/Modules/FinanceBankAPI/FinanceBankAPI.php

    r873 r874  
    7676    $DbRow = $DbResult->fetch_row();
    7777    $Output = 'Nezpárovaných plateb: '.$DbRow['0'].'<br/>';
    78     return ($Output);
     78    return $Output;
    7979  }
    8080
     
    9494      'presetBankAccount' => $Item['BankAccount'],
    9595      'presetGroup' => $FinanceGroup['Id']);
    96     return ($Preset);
     96    return $Preset;
    9797  }
    9898}
     
    112112      $Output .= $Page->Import($DbRow['Id']);
    113113    }
    114     return ($Output);
     114    return $Output;
    115115  }
    116116}
  • trunk/Modules/FinanceBankAPI/Fio.php

    r873 r874  
    5555        if ($GPCLine != NULL) $Result[] = $GPCLine;
    5656      }
    57       return ($Result);
     57      return $Result;
    5858    }
    5959  }
  • trunk/Modules/FinanceBankAPI/FioAPI.php

    r873 r874  
    77function RemoveComma($Text)
    88{
    9   if ((mb_strlen($Text) >= 2) and ($Text[0] == '"') and (mb_substr($Text, -1, 1) == '"')) return (mb_substr($Text, 1, -1));
    10     else return ($Text);
     9  if ((mb_strlen($Text) >= 2) and ($Text[0] == '"') and (mb_substr($Text, -1, 1) == '"')) return mb_substr($Text, 1, -1);
     10    else return $Text;
    1111}
    1212
     
    9797        }
    9898      }
    99       return ($Result);
     99      return $Result;
    100100    }
    101101  }
  • trunk/Modules/FinanceBankAPI/GPC.php

    r873 r874  
    5353    $GPCLine = NULL;
    5454
    55     return ($GPCLine);
     55    return $GPCLine;
    5656  }
    5757}
  • trunk/Modules/FinanceBankAPI/ImportFio.php

    r873 r874  
    4444    $this->Database->update('FinanceBankAccount', 'Id='.$this->BankAccount['Id'],
    4545      array('LastImportDate' => TimeToMysqlDate($PeriodEnd)));
    46     return ($Output);
     46    return $Output;
    4747  }
    4848}
  • trunk/Modules/Log/Log.php

    r873 r874  
    9696    $RSS->WebmasterEmail = $this->System->Config['Web']['AdminEmail'];
    9797    $RSS->Items = $Items;
    98     return ($RSS->Generate());
     98    return $RSS->Generate();
    9999  }
    100100}
  • trunk/Modules/Map/Map.php

    r873 r874  
    1414  {
    1515    if (!$this->System->User->CheckPermission('Map', 'Show'))
    16       return ('Nemáte oprávnění');
     16      return 'Nemáte oprávnění';
    1717
    1818    if (count($this->System->PathItems) > 1)
    1919    {
    20       if ($this->System->PathItems[1] == 'show-position') return ($this->ShowPosition());
    21       else return (PAGE_NOT_FOUND);
    22     } else return ($this->ShowMain());
     20      if ($this->System->PathItems[1] == 'show-position') return $this->ShowPosition();
     21      else return PAGE_NOT_FOUND;
     22    } else return $this->ShowMain();
    2323  }
    2424
     
    4040      $MapApi->Markers[] = $Marker;
    4141      $Output = $MapApi->ShowPage($this);
    42       return ($Output);
    43     } else return ('Položka nenalezena');
     42      return $Output;
     43    } else return 'Položka nenalezena';
    4444  }
    4545
     
    236236                </table>';
    237237    */
    238     return ($Output);
     238    return $Output;
    239239  }
    240240}
     
    249249        'onclick="return popupwindow(&quot;'.$this->FormManager->Root.'/is/?a=mapselect&amp;r='.
    250250        $Item['Name'].'&quot;,&quot;test&quot;);" style="cursor:hand;cursor:pointer"/>';
    251     return ($Output);
     251    return $Output;
    252252  }
    253253}
  • trunk/Modules/Map/MapAPI.php

    r873 r874  
    3737  function Show()
    3838  {
    39     return ('');
     39    return '';
    4040  }
    4141}
     
    102102    </script>';
    103103    $Output .= '<div id="map_canvas" style="width: 100%; height: 98%;"></div>';
    104     return ($Output);
     104    return $Output;
    105105  }
    106106}
  • trunk/Modules/Meals/Meals.php

    r873 r874  
    1515    if (count($this->System->PathItems) > 1)
    1616    {
    17       if ($this->System->PathItems[1] == 'tisk') return ($this->ShowPrint());
    18         else if ($this->System->PathItems[1] == 'menuedit.php') return ($this->ShowEdit());
    19         else return (PAGE_NOT_FOUND);
    20     } else return ($this->ShowMenu());
     17      if ($this->System->PathItems[1] == 'tisk') return $this->ShowPrint();
     18        else if ($this->System->PathItems[1] == 'menuedit.php') return $this->ShowEdit();
     19        else return PAGE_NOT_FOUND;
     20    } else return $this->ShowMenu();
    2121  }
    2222
     
    4040    $Output .= 'Cena jednoho menu: '.$Row['Price'].' Kč<br />';
    4141    $Output .= $Row['Info'];
    42     return ($Output);
     42    return $Output;
    4343  }
    4444
     
    9191
    9292    $Output .= '</body></html>';
    93     return ($Output);
     93    return $Output;
    9494  }
    9595
     
    117117    $Output .= '</select></td></tr>';
    118118    $LastWeekOfYear = $WeekOfYear;
    119     return ($Output);
     119    return $Output;
    120120  }
    121121
     
    173173'<div align="center"><input type="submit" value="Uložit údaje"></div>
    174174</fieldset></form>';
    175     return ($Output);
     175    return $Output;
    176176  }
    177177}
  • trunk/Modules/Meteostation/Meteostation.php

    r873 r874  
    1111    $Output = 'Stav meteostanice:<br/>';
    1212    $Output .= '<img src="'.$this->System->Link('/Modules/Meteostation/cache/1.png').'" alt="stav meteostanice"/>';
    13     return ($Output);
     13    return $Output;
    1414  }
    1515}
  • trunk/Modules/Network/HostList.php

    r873 r874  
    1212  {
    1313    if (!$this->System->User->CheckPermission('Network', 'ShowHostList'))
    14       return ('Nemáte oprávnění');
     14      return 'Nemáte oprávnění';
    1515
    1616    if (array_key_exists('admin', $_GET)) $Where = 'AND NetworkDevice.Type IN (1,4,5) ';
     
    5252    }
    5353    $Output .= '</table></div>';
    54     return ($Output);
     54    return $Output;
    5555  }
    5656}
  • trunk/Modules/Network/Hosting.php

    r873 r874  
    1616    }
    1717    $Output .= '</table>';
    18     return ($Output);
     18    return $Output;
    1919  }
    2020}
  • trunk/Modules/Network/Network.php

    r873 r874  
    6969    }
    7070    $Output .= '</table>';
    71     return ($Output);
     71    return $Output;
    7272  }
    7373}
     
    8585      $Output = $this->PageNotFound();
    8686    } else $Output = $this->ShowInformation();
    87     return ($Output);
     87    return $Output;
    8888  }
    8989
     
    9191  {
    9292    if (!$this->System->User->CheckPermission('Network', 'ShowInfo'))
    93       return ('Nemáte oprávnění');
     93      return 'Nemáte oprávnění';
    9494
    9595    $Output = '<a href="'.$this->System->Link('/network/frequency-plan/').'">Frekvenční plán</a><br />';
    9696    $Output .= '<a href="'.$this->System->Link('/network/subnet/').'">Výpis registrovaných podsítí</a><br />';
    9797    $Output .= '<a href="'.$this->System->Link('/network/hosts/').'">Registrované zařízení</a><br />';
    98     return ($Output);
     98    return $Output;
    9999  }
    100100}
     
    895895    $Output .= $StillOffline['Report'];
    896896    $Offline = $this->OnlineList('Offline', 0, -1, 0);
    897     return (array('Report' => $Output, 'Count' => $Offline['Count'], 'ShortTitle' => 'Odezva'));
     897    return array('Report' => $Output, 'Count' => $Offline['Count'], 'ShortTitle' => 'Odezva');
    898898  }
    899899
     
    947947    $Output .= $StillOffline['Report'];
    948948    $Offline = $this->PortCheckList('Offline', 0, -1, 0);
    949     return (array('Report' => $Output, 'Count' => $Offline['Count'], 'ShortTitle' => 'Port'));
     949    return array('Report' => $Output, 'Count' => $Offline['Count'], 'ShortTitle' => 'Port');
    950950  }
    951951}
  • trunk/Modules/Network/Subnet.php

    r873 r874  
    5454    $Output .= '</table>';
    5555    $Output .= $PageList['Output'];
    56     return ($Output);
     56    return $Output;
    5757  }
    5858}
  • trunk/Modules/Network/UserHosts.php

    r873 r874  
    1515    global $Config;
    1616
    17     if ($this->System->User->User['Id'] == '') return ($this->SystemMessage('Nepovolený přístup', 'Nemáte oprávnění pro tuto operaci'));
     17    if ($this->System->User->User['Id'] == '') return $this->SystemMessage('Nepovolený přístup', 'Nemáte oprávnění pro tuto operaci');
    1818    $Output = '<div align="center" style="font-size: small;"><table class="WideTable">';
    1919    $Output .= '<tr><th>Jméno počítače</th><th>Místní adresa</th><th>Veřejná adresa</th><th>Fyzická adresa</th><th>Typ</th><th>Naposledy online</th></tr>';
     
    3939    }
    4040    $Output .= '</table></div>';
    41     return ($Output);
     41    return $Output;
    4242  }
    4343}
  • trunk/Modules/NetworkConfig/NetworkConfig.php

    r873 r874  
    9090      } else $Output = 'Config item '.$ConfigItemName.' not found';
    9191    } else $Output = 'Not enough parameters';
    92     return ($Output);
     92    return $Output;
    9393  }
    9494}
  • trunk/Modules/NetworkConfigAirOS/Generators/SSHClient.php

    r873 r874  
    3939    } else $Output = '';
    4040    if ($this->Debug) print_r($Output);
    41     return ($Output);
     41    return $Output;
    4242  }
    4343}
  • trunk/Modules/NetworkConfigLinux/Generators/CheckPorts.php

    r873 r874  
    1515      $State = 1;
    1616    }
    17     return ($State);
     17    return $State;
    1818  }
    1919 
  • trunk/Modules/NetworkConfigRouterOS/Generators/AddressPortability.php

    r873 r874  
    1111{
    1212  $TimeParts = explode(':', $Time);
    13   return ($TimeParts[0] * 3600 + $TimeParts[1] * 60 + $TimeParts[2]);
     13  return $TimeParts[0] * 3600 + $TimeParts[1] * 60 + $TimeParts[2];
    1414}
    1515
  • trunk/Modules/NetworkConfigRouterOS/Generators/Common.php

    r873 r874  
    99  {
    1010    $DbRow = $DbResult->fetch_assoc();
    11     return ($DbRow['Id']);
     11    return $DbRow['Id'];
    1212  } else
    1313  {
    1414    $DbResult = $Database->query('INSERT INTO `NetworkMark` (`Comment`) VALUES ("'.$Comment.'")');
    15     return ($Database->insert_id);
     15    return $Database->insert_id;
    1616  }
    1717}
     
    2525  {
    2626    $DbRow = $DbResult->fetch_assoc();
    27     return ($DbRow['Id']);
     27    return $DbRow['Id'];
    2828  } else
    2929  {
    3030    $DbResult = $Database->query('INSERT INTO `NetworkMangleSubgroup` (`AddressRange`) VALUES ("'.$AddressRange.'")');
    31     return ($Database->insert_id);
     31    return $Database->insert_id;
    3232  }
    3333}
  • trunk/Modules/NetworkConfigRouterOS/Generators/Signal.php

    r873 r874  
    7474    if (substr($Value, -3, 3) == "Mbp") $Value = substr($Value, 0, -3); // without Mbp unit   
    7575    if (substr($Value, -1, 1) == "M") $Value = substr($Value, 0, -1); // without M unit
    76     return ($Value);
     76    return $Value;
    7777  }
    7878
  • trunk/Modules/NetworkConfigRouterOS/NetworkConfigRouterOS.php

    r873 r874  
    7272    if (IsInternetAddr($IPAddress)) {
    7373      $Output .= '<p>Internet zdarma je dostupný pouze z vnitřní sítě.</p>';
    74       return ($Output);
     74      return $Output;
    7575    }
    7676    $Time = time();
     
    111111      else $Output .= '<a href="?a=activate">Aktivovat</a>';
    112112
    113     return ($Output);
     113    return $Output;
    114114  }
    115115}
     
    135135    $Routerboard->ExecuteBatch(implode(';', $Commands));
    136136
    137     return ($Output);
     137    return $Output;
    138138  }
    139139}
  • trunk/Modules/NetworkConfigRouterOS/Routerboard.php

    r873 r874  
    4141    } else
    4242      $Output = array_merge($Output, $this->ExecuteBatch($Commands));
    43     return ($Output);
     43    return $Output;
    4444  }
    4545
     
    6262    } else $Output = '';
    6363    if ($this->Debug) print_r($Output);
    64     return ($Output);
     64    return $Output;
    6565  }
    6666
     
    7979      } else $List[substr($ResultLineParts[0], 0, -1)] = '';
    8080    }
    81     return ($List);
     81    return $List;
    8282  }
    8383
     
    113113      $List[] = $ListItem;
    114114    }
    115     return ($List);
     115    return $List;
    116116  }
    117117
     
    148148      if (count($ListItem) > 0) $List[] = $ListItem;
    149149    }
    150     return ($List);
     150    return $List;
    151151  }
    152152
     
    244244    }
    245245    if ($this->Debug) print_r($Commands);
    246     return ($this->Execute($Commands));
     246    return $this->Execute($Commands);
    247247  }
    248248}
  • trunk/Modules/NetworkConfigRouterOS/Routerboard2.php

    r873 r874  
    1414  {
    1515    if (is_array($Commands)) $Commands = implode(';', $Commands);
    16     return (parent::Execute($Commands));
     16    return parent::Execute($Commands);
    1717  }
    1818
     
    2828      $List[substr($ResultLineParts[0], 0, -1)] = $ResultLineParts[1];
    2929    }
    30     return ($List);
     30    return $List;
    3131  }
    3232
     
    5252      $List[] = $ListItem;
    5353    }
    54     return ($List);
     54    return $List;
    5555  }
    5656
    5757  function GetSystemResource()
    5858  {
    59     return ($this->GetItem('/system resource print'));
     59    return $this->GetItem('/system resource print');
    6060  }
    6161
    6262  function GetFirewallFilterList()
    6363  {
    64     return ($this->GetList('/ip firewall nat', array('src-address', 'dst-address', 'bytes')));
     64    return $this->GetList('/ip firewall nat', array('src-address', 'dst-address', 'bytes'));
    6565  }
    6666
    6767  function GetDHCPServerLeasesList()
    6868  {
    69     return ($this->GetList('/ip dhcp-server lease', array('address', 'active-address', 'comment', 'lease-time', 'status', 'host-name')));
     69    return $this->GetList('/ip dhcp-server lease', array('address', 'active-address', 'comment', 'lease-time', 'status', 'host-name'));
    7070  }
    7171}
  • trunk/Modules/NetworkConfigRouterOS/RouterboardAPI.php

    r873 r874  
    4040    } else if ($Length >= 0x10000000)
    4141      $Length = chr(0xF0).chr(($Length >> 24) & 0xFF).chr(($Length >> 16) & 0xFF).chr(($Length >> 8) & 0xFF).chr($Length & 0xFF);
    42     return ($Length);
     42    return $Length;
    4343  }
    4444
     
    7171      sleep($this->Delay);
    7272    }
    73     return ($this->Connected);
     73    return $this->Connected;
    7474  }
    7575
     
    234234      $this->Write($el, $Last);
    235235    }
    236     return ($this->Read());
     236    return $this->Read();
    237237  }
    238238}
  • trunk/Modules/NetworkConfigRouterOS/SSH.php

    r873 r874  
    5454    }
    5555    echo($Response);
    56     return (explode("\n", substr($Response, 0, -1)));
     56    return explode("\n", substr($Response, 0, -1));
    5757  }
    5858}
  • trunk/Modules/NetworkShare/SharePage.php

    r873 r874  
    2222  function ShowTime()
    2323  {
    24     return (date("H:i:s")."<br />\n");
     24    return date("H:i:s")."<br />\n";
    2525  }
    2626
     
    5151    }
    5252    if ($i >= $this->MaxNesting) $Cesta = '?'.'\\'.$Cesta;
    53     return ('\\\\'.$Cesta);
     53    return '\\\\'.$Cesta;
    5454  }
    5555
     
    6363      array_shift($Jednotky);
    6464    }
    65     return ($Velikost.'&nbsp;'.$Jednotky[0]);
     65    return $Velikost.'&nbsp;'.$Jednotky[0];
    6666  }
    6767
    6868  function Show()
    6969  {
    70     if (!$this->System->User->CheckPermission('NetworkShare', 'Display')) return ('Nemáte oprávnění');
     70    if (!$this->System->User->CheckPermission('NetworkShare', 'Display')) return 'Nemáte oprávnění';
    7171
    7272    // If not only online checkbox checked
     
    318318      }
    319319    }
    320     return ($Output);
     320    return $Output;
    321321  }
    322322}
  • trunk/Modules/NetworkShare/browse.php

    r873 r874  
    130130  $Database->update('NetworkShareItem', 'id='.$Parent, array('size' => $VelikostSlozky));
    131131  //closedir($Dir);
    132   return ($VelikostSlozky);
     132  return $VelikostSlozky;
    133133}
    134134
  • trunk/Modules/NetworkShare/playlist.php

    r873 r874  
    3434  }
    3535  if ($i >= $MaxNesting) $Cesta = '?'.'\\'.$Cesta;
    36   return ('\\\\'.$Cesta);
     36  return '\\\\'.$Cesta;
    3737}
    3838
     
    4040{
    4141  //$FileInfo = new finfo(FILEINFO_MIME);
    42   //return ($FileInfo->file($FileName));
    43   return ('');
     42  //return $FileInfo->file($FileName);
     43  return '';
    4444}
    4545
  • trunk/Modules/NetworkTopology/NetworkTopology.php

    r873 r874  
    1212    if (count($this->System->PathItems) > 1)
    1313    {
    14       if ($this->System->PathItems[1] == 'topologie.png') return ($this->ShowImage());
    15         else return (PAGE_NOT_FOUND);
     14      if ($this->System->PathItems[1] == 'topologie.png') return $this->ShowImage();
     15        else return PAGE_NOT_FOUND;
    1616
    17     } else return ($this->ShowOverview());
     17    } else return $this->ShowOverview();
    1818  }
    1919
     
    109109      imagedestroy($im_dev);
    110110    }
    111     return ('');
     111    return '';
    112112  }
    113113
     
    126126zařízení, které jsou přes něj připojeny. U zařízení, kde není stav možné
    127127zjišťovat je použita <span style="color:gray">šedá barvou</span>.</p>';
    128     return ($Output);
     128    return $Output;
    129129  }
    130130}
  • trunk/Modules/NetworkTopology/topologie-img.php

    r873 r874  
    156156  } while ($level >= 0);
    157157  $data = compact('tbound', 'count', 'tbound', 'vfirst', 'vlast', 'vtop', 'vleft', 'height', 'width', 'index', 'maxindex');
    158   return ($data);
     158  return $data;
    159159};
    160160
     
    194194{
    195195  global $vleft, $spacex;
    196   return ($vleft[$id] * $spacex);
     196  return $vleft[$id] * $spacex;
    197197}
    198198
  • trunk/Modules/NetworkTopology/topologie2.php

    r873 r874  
    5050      $Result['max'] = max($SubitemResult['max'], $Result['max']);
    5151    }
    52     return ($Result);
     52    return $Result;
    5353  }
    5454
  • trunk/Modules/News/News.php

    r873 r874  
    55function CategoryItemCompare($Item1, $Item2)
    66{
    7   if ($Item1['Index'] == $Item2['Index']) return (0);
    8   return ($Item1['Index'] > $Item2['Index']) ? -1 : 1;
     7  if ($Item1['Index'] == $Item2['Index']) return 0;
     8  return $Item1['Index'] > $Item2['Index'] ? -1 : 1;
    99}
    1010
     
    133133    }
    134134    $Output .= '</div></div>';
    135     return ($Output);
     135    return $Output;
    136136  }
    137137
     
    191191    $Output .= '<a href="aktuality/subscription"><img class="RSSIcon" src="images/rss20.png" alt="Aktuality přes RSS" /></a>  <a href="aktuality/subscription">Automatické sledování novinek</a>';
    192192    $Output .= '</div>';
    193     return ($Output);
     193    return $Output;
    194194  }
    195195
     
    214214    }
    215215    $Output .= '</table><input type="hidden" name="NewsCategoryCount" value="'.count($this->NewsSetting).'" /><input type="submit" value="Uložit" /></form></td></tr></table><br>';
    216     return ($Output);
     216    return $Output;
    217217  }
    218218
     
    267267    }
    268268    $Result .= $Content;
    269     return ($Result);
     269    return $Result;
    270270  }
    271271}
  • trunk/Modules/News/NewsPage.php

    r873 r874  
    1313    if (count($this->System->PathItems) > 1)
    1414    {
    15       if ($this->System->PathItems[1] == 'subscription') return ($this->ShowSubscription());
    16         else if ($this->System->PathItems[1] == 'rss') return ($this->ShowRSS());
    17         else return (PAGE_NOT_FOUND);
    18     } else return ($this->ShowMain());
     15      if ($this->System->PathItems[1] == 'subscription') return $this->ShowSubscription();
     16        else if ($this->System->PathItems[1] == 'rss') return $this->ShowRSS();
     17        else return PAGE_NOT_FOUND;
     18    } else return $this->ShowMain();
    1919  }
    2020
     
    5757      } else $Output .= 'Položka nenalezena.';
    5858    }
    59     return ($Output);
     59    return $Output;
    6060  }
    6161
     
    9393        '</form>';
    9494    } else $Output .= 'Do této kategorie nemůžete vkládat aktuality!';
    95     return ($Output);
     95    return $Output;
    9696  }
    9797
     
    130130        $this->System->ModuleManager->Modules['Log']->NewRecord('News', 'Aktualita přidána', $this->Database->insert_id);
    131131    } else $Output .= 'Do této kategorie nemůžete vkládat aktuality!';
    132     return ($Output);
     132    return $Output;
    133133  }
    134134
    135135  function GetPageHeader()
    136136  {
    137     return ('<script src="'.$this->System->Link('/Packages/TinyMCE/tinymce.min.js').'"></script>'.
     137    return '<script src="'.$this->System->Link('/Packages/TinyMCE/tinymce.min.js').'"></script>'.
    138138        "<script>tinymce.init({
    139139  selector: 'textarea',
     
    149149  toolbar: 'insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image',
    150150  language: 'cs_CZ',
    151 });</script>");
     151});</script>";
    152152  }
    153153
     
    174174      } else $Output .= 'Nepovolená operace!';
    175175    } else $Output .= 'Do této kategorie nemůžete vkládat aktuality!';
    176     return ($Output);
     176    return $Output;
    177177  }
    178178
     
    198198      } else $Output .= 'ID nenalezeno!';
    199199    } else $Output .= 'Do této kategorie nemůžete vkládat aktuality!';
    200     return ($Output);
     200    return $Output;
    201201  }
    202202
     
    225225      } else $Output .= 'Nemáte oprávnění.';
    226226    } else $Output .= 'Do této kategorie nemůžete vkládat aktuality!';
    227     return ($Output);
     227    return $Output;
    228228  }
    229229
     
    274274      $Output .= '</div>';
    275275    } else $Output .= 'Nemáte oprávnění.';
    276     return ($Output);
     276    return $Output;
    277277  }
    278278
     
    289289        else $Category = array('Id' => 0); //throw new Exception('Kategorie nenalezena');
    290290    }
    291     return ($Category);
     291    return $Category;
    292292  }
    293293
     
    304304    else if ($Action == 'del') $Output .= $this->ShowDelete();
    305305    else $Output .= $this->ShowList();
    306     return ($Output);
     306    return $Output;
    307307  }
    308308
     
    331331        '</form>';
    332332    }
    333     return ($Output);
     333    return $Output;
    334334  }
    335335
     
    429429    $RSS->WebmasterEmail = $this->System->Config['Web']['AdminEmail'];
    430430    $RSS->Items = $Items;
    431     return ($RSS->Generate());
     431    return $RSS->Generate();
    432432  }
    433433}
  • trunk/Modules/Notify/Notify.php

    r873 r874  
    120120    }
    121121
    122     return ($Output);
     122    return $Output;
    123123  }
    124124
     
    195195    $RSS->WebmasterEmail = $this->System->Config['Web']['AdminEmail'];
    196196    $RSS->Items = $Items;
    197     return ($RSS->Generate());
     197    return $RSS->Generate();
    198198  }
    199199}
  • trunk/Modules/OpeningHours/OpeningHours.php

    r873 r874  
    1717    if ($Minutes < 10) $Minutes = '0'.$Minutes;
    1818    $Hours = $Hours % 24;
    19     return ($Hours.':'.$Minutes);
     19    return $Hours.':'.$Minutes;
    2020  }
    2121
     
    3131    if ($Hours > 0) $Output .= $Hours.' hodin, ';
    3232    if ($Minutes > 0) $Output .= $Minutes.' minut';
    33     return ($Output);
     33    return $Output;
    3434  }
    3535
     
    7070      '</form></div>';
    7171    } else $Output = 'Nemáte oprávnění';
    72     return ($Output);
     72    return $Output;
    7373  }
    7474
     
    111111      $this->Database->update('SubjectOpenTime', 'Subject='.$Id, array('UpdateTime' => 'NOW()', 'Notice' => $_POST['notice'], 'Photo' => $FileId));
    112112    } else $Output = 'Nemáte oprávnění';
    113     return ($Output);
     113    return $Output;
    114114  }
    115115
     
    195195    }
    196196    $Output .= '</div>';
    197     return ($Output);
     197    return $Output;
    198198  }
    199199
     
    209209      } else $Output = PAGE_NOT_FOUND;
    210210    } else $Output = $this->ShowAll();
    211     return ($Output);
     211    return $Output;
    212212  }
    213213}
  • trunk/Modules/Portal/Portal.php

    r873 r874  
    6464      $Output .= $this->System->ShowAction($Action['Id']).'<br/>';
    6565    }
    66     return ($this->Panel($ActionGroup['Name'], $Output));
     66    return $this->Panel($ActionGroup['Name'], $Output);
    6767  }
    6868
     
    109109
    110110    $Output = '<div class="Navigation"><span class="MenuItem">'.$Output.'</span><div class="MenuItem2">&nbsp;'.$Output2.'</div></div>';
    111     return ($Output);
     111    return $Output;
    112112  }
    113113
     
    129129    if ($this->System->User->CheckPermission('IS', 'Manage'))
    130130      $Output .= '<a href="'.$this->System->Link('/is/').'">Správa dat</a><br />';
    131     return ($Output);
     131    return $Output;
    132132  }
    133133
     
    135135  {
    136136    $Output = $this->System->ModuleManager->Modules['WebCam']->ShowImage();
    137     return ($Output);
     137    return $Output;
    138138  }
    139139
     
    141141  {
    142142    $Output = '<a href="https://stat.zdechov.net/meteo/?Measure=28" title="Klikněte pro detailní informace a předpověď"><img src="https://www.zdechov.net/meteo/koliba.png" border="0" alt="Počasí - Meteostanice Zděchov" width="150" height="150" /></a>';
    143     return ($Output);
     143    return $Output;
    144144  }
    145145
     
    155155    }
    156156    $Output .= '</span>';
    157     return ($Output);
     157    return $Output;
    158158  }
    159159
     
    167167    }
    168168    $Output .= '</span>';
    169     return ($Output);
     169    return $Output;
    170170  }
    171171
     
    175175      foreach ($Menu as $Item)
    176176        $Title .= '<div class="Action">'.$Item.'</div>';
    177     return ('<div class="Panel"><div class="Title">'.$Title.'</div><div class="Content">'.$Content.'</div></div>');
     177    return '<div class="Panel"><div class="Title">'.$Title.'</div><div class="Content">'.$Content.'</div></div>';
    178178  }
    179179
     
    243243      }
    244244    } else $Output = $this->ShowMain();
    245     return ($Output);
     245    return $Output;
    246246  }
    247247
     
    280280    }
    281281    $Output .= '</tr></table>';
    282     return ($Output);
     282    return $Output;
    283283  }
    284284}
  • trunk/Modules/RSS/RSS.php

    r873 r874  
    4848          $this->System->Link('/rss/?channel='.$Channel['Channel']).'" type="application/rss+xml" />';
    4949    }
    50     return ($Output);
     50    return $Output;
    5151  }
    5252}
     
    7676      } else $Output = 'Nemáte oprávnění';
    7777    } else $Output = 'Kanál nenalezen';
    78     return ($Output);
     78    return $Output;
    7979  }
    8080}
  • trunk/Modules/Scheduler/Scheduler.php

    r873 r874  
    115115  {
    116116    $Output = '#';
    117     return ($Output);
     117    return $Output;
    118118  }
    119119}
  • trunk/Modules/Search/Search.php

    r873 r874  
    4343      }
    4444    }
    45     return ($Output);
     45    return $Output;
    4646  }
    4747}
  • trunk/Modules/SpeedTest/SpeedTest.php

    r873 r874  
    4141    if (count($this->System->PathItems) > 1)
    4242    {
    43       if ($this->System->PathItems[1] == 'download.php') return ($this->ShowDownload());
    44       //else if ($this->System->PathItems[1] == 'rss') return ($this->ShowRSS());
    45       else return (PAGE_NOT_FOUND);
    46     } else return ($this->ShowMain());
     43      if ($this->System->PathItems[1] == 'download.php') return $this->ShowDownload();
     44      //else if ($this->System->PathItems[1] == 'rss') return $this->ShowRSS();
     45      else return PAGE_NOT_FOUND;
     46    } else return $this->ShowMain();
    4747  }
    4848
     
    114114    print "</center>\n";
    115115}
    116     return ($Output);
     116    return $Output;
    117117  }
    118118}
  • trunk/Modules/Stock/Stock.php

    r873 r874  
    252252    $Group = $this->System->Modules['Finance']->GetFinanceGroupById($Form->Values['Group'], 'StockMoveGroup');
    253253    $Form->Values['BillCode'] = $this->System->Modules['Finance']->GetNextDocumentLineNumberId($Group['DocumentLine'], $Year);
    254     return ($Form->Values);
     254    return $Form->Values;
    255255  }
    256256}
  • trunk/Modules/Subject/Subject.php

    r873 r874  
    184184    $DbRow = $DbResult->fetch_row();
    185185    $Output = 'Subjektů: '.$DbRow['0'].'<br/>';
    186     return ($Output);
     186    return $Output;
    187187  }
    188188}
  • 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}
  • trunk/Modules/TV/TV.php

    r873 r874  
    1313    if (count($this->System->PathItems) > 1)
    1414    {
    15       if ($this->System->PathItems[1] == 'playlist.m3u') return ($this->ShowPlayList());
    16         else return (PAGE_NOT_FOUND);
    17     } else return ($this->ShowChannelList());
     15      if ($this->System->PathItems[1] == 'playlist.m3u') return $this->ShowPlayList();
     16        else return PAGE_NOT_FOUND;
     17    } else return $this->ShowChannelList();
    1818  }
    1919
     
    7272    $Output .= 'Další online TV na webu: <a href="http://www.tvinfo.cz/live/televize/evropa/cz">TV info</a><br/>';
    7373
    74     return ($Output);
     74    return $Output;
    7575  }
    7676
  • trunk/Modules/TV/tkr.php

    r873 r874  
    1717    }
    1818    $Output .= '</table>Aktualizováno dne 17.12.2007<br></div>';
    19     return ($Output);
     19    return $Output;
    2020  }
    2121}
  • trunk/Modules/TimeMeasure/Graph.php

    r873 r874  
    2020  {
    2121    $this->ClearPage = true;
    22     return ($this->Render());
     22    return $this->Render();
    2323  }
    2424
  • trunk/Modules/TimeMeasure/Main.php

    r873 r874  
    111111    $Output .= '</form>';
    112112
    113     return ($Output);
     113    return $Output;
    114114  }
    115115
     
    179179
    180180    $Output .= '<br/>'.$this->MeasureTable();
    181     return ($Output);
     181    return $Output;
    182182  }
    183183
     
    191191    $Output .= '<a href="?Measure='.$_SESSION['Measure'].'&amp;TimeStart='.
    192192      $_SESSION['TimeStart'].'&amp;TimeEnd='.$_SESSION['TimeEnd'].'&amp;TimeSpecify=1&amp;Differential='.$_SESSION['Differential'].'">Odkaz na vybraný graf</a><br>';
    193     return ($Output);
     193    return $Output;
    194194  }
    195195
     
    260260    //echo($PrefixMultiplier->Add('-0.000000071112345', 'B'));
    261261    $Output .= '</div>';
    262     return ($Output);
     262    return $Output;
    263263  }
    264264}
     
    271271
    272272    $Output = '';
    273     if (!array_key_exists('MeasureId', $_GET)) return ('Nebylo zadáno Id měření.');
    274     if (!array_key_exists('Value', $_GET)) return ('Nebyla zadána hodnota.');
     273    if (!array_key_exists('MeasureId', $_GET)) return 'Nebylo zadáno Id měření.';
     274    if (!array_key_exists('Value', $_GET)) return 'Nebyla zadána hodnota.';
    275275    $Measure = new Measure($this->System);
    276276    $Measure->Load($_GET['MeasureId']);
    277     if (!isset($Measure->Data['Id'])) return ('Měření s Id '.$_GET['MeasureId'].' nenalezeno.');
     277    if (!isset($Measure->Data['Id'])) return 'Měření s Id '.$_GET['MeasureId'].' nenalezeno.';
    278278    $Measure->AddValue(array('Min' => $_GET['Value'], 'Avg' => $_GET['Value'], 'Max' => $_GET['Value']));
    279     return ($Output);
     279    return $Output;
    280280  }
    281281}
  • trunk/Modules/TimeMeasure/Measure.php

    r873 r874  
    2525  function TimeSegment($Base, $Level)
    2626  {
    27     return (pow($this->LevelReducing, $Level) * $Base);
     27    return pow($this->LevelReducing, $Level) * $Base;
    2828  }
    2929
    3030  function StatTableName($Level)
    3131  {
    32     if ($Level == 0) return ('Data');
    33       else return ('DataCache');
     32    if ($Level == 0) return 'Data';
     33      else return 'DataCache';
    3434  }
    3535
    3636  function AlignTime($Time, $TimeSegment)
    3737  {
    38     return (round(($Time - $this->ReferenceTime) / $TimeSegment) * $TimeSegment + $this->ReferenceTime);
     38    return round(($Time - $this->ReferenceTime) / $TimeSegment) * $TimeSegment + $this->ReferenceTime;
    3939  }
    4040
     
    124124  {
    125125    $Y = ($Y2 - $Y1) / ($X2 - $X1) * ($X - $X1) + $Y1;
    126     return ($Y);
     126    return $Y;
    127127  }
    128128
     
    203203      $NewValue['Avg'] = $NewValue['Avg'] / ($RightTime - $LeftTime);
    204204    }
    205     return ($NewValue);
     205    return $NewValue;
    206206  }
    207207
     
    228228      echo('AbsoluteRightTime: '.$AbsoluteRightTime.'('.TimeToMysqlDateTime($AbsoluteRightTime).')<br>');
    229229    }
    230     return (array('Left' => $AbsoluteLeftTime, 'Right' => $AbsoluteRightTime));
     230    return array('Left' => $AbsoluteLeftTime, 'Right' => $AbsoluteRightTime);
    231231  }
    232232
     
    239239      $Row = $DbResult->fetch_assoc();
    240240      $Row['Time'] = MysqlDateTimeToTime($Row['Time']);
    241       return (array($Row));
     241      return array($Row);
    242242    } else
    243243    {
     
    253253      }
    254254     // if ($Debug) print_r($Result);
    255       return ($Result);
     255      return $Result;
    256256    }
    257257  }
     
    266266      $Row = $DbResult->fetch_assoc();
    267267      $Row['Time'] = MysqlDateTimeToTime($Row['Time']);
    268       return (array($Row));
     268      return array($Row);
    269269    } else
    270270    {
     
    280280        array_push($Result, array('Time' => (MysqlDateTimeToTime($Row['Time']) - 10), 'Min' => 0, 'Avg' => 0, 'Max' => 0, 'Continuity' => 0));
    281281      }
    282       return ($Result);
     282      return $Result;
    283283    }
    284284  }
     
    338338      if ($this->Debug) print_r($Points);
    339339    } else $Points[] = array('Min' => 0, 'Avg' => 0, 'Max' => 0);
    340     return ($Points);
     340    return $Points;
    341341  }
    342342
  • trunk/Modules/TimeMeasure/Measurement/System.php

    r873 r874  
    1414    {
    1515      fclose($Fp1);
    16       return (TRUE);
     16      return TRUE;
    1717    } else
    1818    {
    1919      //echo($ERROR_NO.','.$ERROR_STR);
    20       return (FALSE);
     20      return FALSE;
    2121    }
    2222    restore_error_handler();
     
    3434      $Time = $Parts[7];
    3535      $TimeParts = explode('=', $Time);
    36       return ($TimeParts[1]);
    37     } else return (0);
     36      return $TimeParts[1];
     37    } else return 0;
    3838  }
    3939
     
    4848    while (strpos($Row, '  ') !== false) $Row = str_replace('  ', ' ', $Row);
    4949    $RowParts2 = explode(' ', $Row);
    50     return ($RowParts[2] + $RowParts2[2]);
     50    return $RowParts[2] + $RowParts2[2];
    5151  }
    5252
     
    8181    }
    8282    file_put_contents($CpuStateFileName, serialize($CpuUsage));
    83     return (100 - round($CpuUsagePercent['Idle'], 2));
     83    return 100 - round($CpuUsagePercent['Idle'], 2);
    8484  }
    8585
     
    114114    }
    115115    file_put_contents($NetworkStateFile, serialize($NetworkState));
    116     return ($NetworkState);
     116    return $NetworkState;
    117117  }
    118118
     
    120120  {
    121121    $NetworkState = $this->GetNetworkState();
    122     return ($NetworkState['Interface']['DownAverage']);
     122    return $NetworkState['Interface']['DownAverage'];
    123123  }
    124124
     
    126126  {
    127127    $NetworkState = $this->GetNetworkState();
    128     return ($NetworkState['Interface']['UpAverage']);
     128    return $NetworkState['Interface']['UpAverage'];
    129129  }
    130130
     
    134134    $Output = array();
    135135    exec('cat /proc/net/nf_conntrack|grep "dst='.$HostIP.' "|grep "dport='.$Port.' "|grep "ASSURED"', $Output);
    136     return (count($Output));
     136    return count($Output);
    137137  }
    138138
     
    145145    $Parts = explode(' ', $Row);
    146146    $Value = str_replace(',', '.', $Parts[11]);
    147     return ($Value);
     147    return $Value;
    148148  }
    149149
    150150  function DiskFree($Path)
    151151  {
    152     return (disk_free_space($Path));
     152    return disk_free_space($Path);
    153153  }
    154154
     
    163163        $Line = substr($Line, strpos($Line, '+') + 1);
    164164        $Line = substr($Line, 0, strpos($Line, '°'));
    165         return ($Line);
     165        return $Line;
    166166      }
    167167    }
    168     return (0);
     168    return 0;
    169169  }
    170170
     
    175175    fclose($File);
    176176    $UptimeParts = explode(' ', $Uptime);
    177     return ($UptimeParts[0]);
     177    return $UptimeParts[0];
    178178  }
    179179}
  • trunk/Modules/TimeMeasure/Measurement/WoW.php

    r873 r874  
    1212    $DbResult = $Database->query('SELECT COUNT(*) FROM account WHERE online=1');
    1313    $Row = $DbResult->fetch_array();
    14     return ($Row[0]);
     14    return $Row[0];
    1515  }
    1616
     
    2020    $DbResult = $Database->query('SELECT COUNT(*) FROM account WHERE online=1 AND gmlevel > 0');
    2121    $Row = $DbResult->fetch_array();
    22     return ($Row[0]);
     22    return $Row[0];
    2323  }
    2424
     
    2828    $DbResult = $Database->query('SELECT COUNT(*) FROM account');
    2929    $Row = $DbResult->fetch_array();
    30     return ($Row[0]);
     30    return $Row[0];
    3131  }
    3232
     
    3636    $DbResult = $Database->query('SELECT COUNT(*) FROM guild');
    3737    $Row = $DbResult->fetch_array();
    38     return ($Row[0]);
     38    return $Row[0];
    3939  }
    4040
     
    4444    $DbResult = $Database->query('SELECT COUNT(*) FROM `characters`');
    4545    $Row = $DbResult->fetch_array();
    46     return ($Row[0]);
     46    return $Row[0];
    4747  }
    4848
     
    5252    $DbResult = $Database->query('SELECT COUNT(*) FROM uptime');
    5353    $Row = $DbResult->fetch_array();
    54     return ($Row[0]);
     54    return $Row[0];
    5555  }
    5656
    5757  function WoWEmulatorAvailability()
    5858  {
    59     if (CheckPortStatus('localhost', 8085)) return (100); else return (0);
     59    if (CheckPortStatus('localhost', 8085)) return 100;
     60      else return 0;
    6061  }
    6162
     
    6970    $Row = $DbResult->fetch_array();
    7071    $Value = $Row[0];
    71     return ($Value);
     72    return $Value;
    7273  }
    7374}
  • trunk/Modules/User/User.php

    r873 r874  
    301301      //   <a href="'.$this->System->Link('/?Action=UserOptions').'">Nastavení</a>';
    302302    }
    303     return ($Output);
     303    return $Output;
    304304  }
    305305}
  • trunk/Modules/User/UserList.php

    r873 r874  
    1010  {
    1111    if (!$this->System->User->CheckPermission('User', 'ShowList'))
    12       return ('Nemáte oprávnění');
     12      return 'Nemáte oprávnění';
    1313
    1414    $DbResult = $this->Database->query('SELECT COUNT(*) FROM `User`');
     
    5252    $Output .= $PageList['Output'];
    5353
    54     return ($Output);
     54    return $Output;
    5555  }
    5656}
  • trunk/Modules/User/UserModel.php

    r873 r874  
    3030  function Hash($Password, $Salt)
    3131  {
    32     return (sha1(sha1($Password).$Salt));
     32    return sha1(sha1($Password).$Salt);
    3333  }
    3434
    3535  function Verify($Password, $Salt, $StoredHash)
    3636  {
    37     return ($this->Hash($Password, $Salt) == $StoredHash);
     37    return $this->Hash($Password, $Salt) == $StoredHash;
    3838  }
    3939
     
    177177      }
    178178    }
    179     return ($Result);
     179    return $Result;
    180180  }
    181181
     
    195195      } else $Output = PASSWORDS_UNMATCHED;
    196196    } else $Output = USER_NOT_FOUND;
    197     return ($Output);
     197    return $Output;
    198198  }
    199199
     
    231231      }
    232232    } else $Result = USER_NOT_REGISTRED;
    233     return ($Result);
     233    return $Result;
    234234  }
    235235
     
    240240    $this->System->ModuleManager->Modules['Log']->NewRecord('User', 'Logout', $this->User['Login']);
    241241    $this->Check();
    242     return (USER_LOGGED_OUT);
     242    return USER_LOGGED_OUT;
    243243  }
    244244
     
    271271      $Result[$DbRow['Description']][$DbRow['Title']] = $Value;
    272272    }
    273     return ($Result);
     273    return $Result;
    274274  }
    275275
     
    296296      {
    297297        if ($DbRow['AssignedGroup'] != '')
    298         if ($this->CheckGroupPermission($DbRow['AssignedGroup'], $OperationId) == true) return (true);
     298        if ($this->CheckGroupPermission($DbRow['AssignedGroup'], $OperationId) == true) return true;
    299299      }
    300300    }
     
    314314    if ($PermissionExists)
    315315    {
    316       return ($this->PermissionGroupCacheOp[$GroupId.','.$OperationId]);
    317     }
    318     return (false);
     316      return $this->PermissionGroupCacheOp[$GroupId.','.$OperationId];
     317    }
     318    return false;
    319319  }
    320320
     
    327327      $DbRow = $DbResult->fetch_assoc();
    328328      $ModuleId = $DbRow['Id'];
    329     } else return (false);
     329    } else return false;
    330330
    331331    // First try to check cache
     
    358358      // Check user-operation relation
    359359      $DbResult = $this->Database->select('PermissionUserAssignment', '*', $UserCondition.' AND (`AssignedOperation`="'.$OperationId.'")');
    360       if ($DbResult->num_rows > 0) return (true);
     360      if ($DbResult->num_rows > 0) return true;
    361361
    362362      // Check user-group relation
     
    364364      while ($DbRow = $DbResult->fetch_array())
    365365      {
    366        if ($this->CheckGroupPermission($DbRow['AssignedGroup'], $OperationId) == true) return (true);
    367       }
    368       return (false);
    369     } else return (false);
     366       if ($this->CheckGroupPermission($DbRow['AssignedGroup'], $OperationId) == true) return true;
     367      }
     368      return false;
     369    } else return false;
    370370  }
    371371
     
    394394      $this->System->ModuleManager->Modules['Log']->NewRecord('User', 'PasswordRecoveryRequest', 'Login='.$Login.',Email='.$Email);
    395395    } else $Output = USER_PASSWORD_RECOVERY_FAIL;
    396     return ($Output);
     396    return $Output;
    397397  }
    398398
     
    414414      } else $Output = PASSWORDS_UNMATCHED;
    415415    } else $Output = USER_NOT_FOUND;
    416     return ($Output);
     416    return $Output;
    417417  }
    418418
     
    425425      $User = new User($this->System);
    426426      $User->User = array('Id' => $DbRow['User']);
    427       return ($User->CheckPermission($Module, $Operation));
    428     } else return (false);
     427      return $User->CheckPermission($Module, $Operation);
     428    } else return false;
    429429  }
    430430}
  • trunk/Modules/User/UserPage.php

    r873 r874  
    1212      foreach ($Menu as $Item)
    1313        $Title .= '<div class="Action">'.$Item.'</div>';
    14     return ('<div class="Panel"><div class="Title">'.$Title.'</div><div class="Content">'.$Content.'</div></div>');
     14    return '<div class="Panel"><div class="Title">'.$Title.'</div><div class="Content">'.$Content.'</div></div>';
    1515  }
    1616
     
    5050    $Output .= $PageList['Output'];
    5151
    52     return ($Output);
     52    return $Output;
    5353  }
    5454
     
    8585      $Output .= '</td></tr></table></div>';
    8686    } else $Output .= $this->SystemMessage('Oprávnění', 'Nejste přihlášen');
    87     return ($Output);
     87    return $Output;
    8888  }
    8989
     
    213213      } else $Output = $this->ShowMain();
    214214    } else $Output = $this->ShowMain();
    215     return ($Output);
     215    return $Output;
    216216  }
    217217
     
    219219  {
    220220    $Output = 'Nebyla vybrána akce';
    221     return ($Output);
     221    return $Output;
    222222  }
    223223}
  • trunk/Modules/WebCam/WebCam.php

    r873 r874  
    3838      '<a href="http://www.mestovsetin.cz/vismo/dokumenty2.asp?id_org=18676&id=480245">Webové kamery ve Vsetíně</a><br />';
    3939
    40     return ($Output);
     40    return $Output;
    4141  }
    4242}
     
    7272    $Output .= '<a href="//www.zdechov.net/kamery/?Id=3"><img alt="Skiareál, motokrosová grapa" width="140" height="79" src="//www.zdechov.net/images/webcam/webcam3.jpg" /></a>';
    7373    $Output .= '<a href="//www.zdechov.net/kamery/?Id=4"><img alt="Fotbalové hřiště" width="140" height="79" src="//www.zdechov.net/images/webcam/webcam4.jpg" /></a>';
    74     return ($Output);
     74    return $Output;
    7575  }
    7676}
  • trunk/Modules/Wiki/Wiki.php

    r873 r874  
    8989      else $Output = $this->ShowContent();
    9090    } else $Output = $this->ShowContent();
    91     return ($Output);
     91    return $Output;
    9292  }
    9393
     
    123123      }
    124124    } else $Output = ShowMessage('Wiki stránka nenalezena', MESSAGE_CRITICAL);
    125     return ($Output);
     125    return $Output;
    126126  }
    127127
     
    148148    } else $Output = ShowMessage('Wiki stránka nenalezena', MESSAGE_CRITICAL);
    149149    } else $Output = ShowMessage('Nemáte oprávnění', MESSAGE_CRITICAL);
    150     return ($Output);
     150    return $Output;
    151151  }
    152152
     
    169169    } else $Output = ShowMessage('Wiki stránka nenalezena', MESSAGE_CRITICAL);
    170170    } else $Output = ShowMessage('Nemáte oprávnění', MESSAGE_CRITICAL);
    171     return ($Output);
     171    return $Output;
    172172  }
    173173
     
    215215      } else $Output = ShowMessage('Wiki stránka nenalezena', MESSAGE_CRITICAL);
    216216    } else $Output = ShowMessage('Nemáte oprávnění', MESSAGE_CRITICAL);
    217     return ($Output);
     217    return $Output;
    218218  }
    219219
     
    242242    $text = str_replace("\r\n", '<br/>', $text);
    243243    $text = '<p>'.$text.'</p>';
    244     return ($text);
     244    return $text;
    245245  }
    246246}
Note: See TracChangeset for help on using the changeset viewer.