Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (9 years ago)
Author:
chronos
Message:
  • Removed: Spaces on end of line.
  • Modified: Tabs converted to spaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkShare/SharePage.php

    r584 r738  
    7474
    7575    // Default host list view
    76     if((count($_POST) == 0) and (count($_GET) == 0)) 
     76    if((count($_POST) == 0) and (count($_GET) == 0))
    7777    {
    7878      $_POST['view'] = 1;
    79       $_POST['page'] = 0; 
     79      $_POST['page'] = 0;
    8080    }
    8181
     
    101101
    102102    // Log search
    103     if(array_key_exists('keyword', $_POST) or array_key_exists('keyword', $_GET)) 
     103    if(array_key_exists('keyword', $_POST) or array_key_exists('keyword', $_GET))
    104104      $this->System->ModuleManager->Modules['Log']->NewRecord('Share', 'Hledaný výraz', $_SESSION['keyword']);
    105105
     
    218218    $Pocet = $Row[0];
    219219
    220     if($Pocet > 0) 
     220    if($Pocet > 0)
    221221    {
    222222      $Output .= 'Nalezeno celkem: '.$Pocet.' položek<br />';
    223     } else 
     223    } else
    224224    $Output .= 'Podle zadaných podmínek nic nenalezeno';
    225225    if(($Pocet > 0) || ($upstr))
     
    228228      <tr><th bgcolor="#E0E0FF"><a href="index.php?order=name">Soubor</a></th><th bgcolor="#E0E0FF"><a href="index.php?order=ext">Přípona</a></th><th bgcolor="#E0E0FF"><a href="index.php?order=size">Velikost</a></th><th bgcolor="#E0E0FF"><a href="index.php?order=date">Datum</a></th><th bgcolor="#E0E0FF">Umístění</th></tr>';
    229229      $Output .= $upstr;
    230       if($Pocet > 0) 
     230      if($Pocet > 0)
    231231      {
    232232        // Zobrazení tabulky s výsledky
     
    260260      }
    261261    }
    262     if($Pocet > 0) 
     262    if($Pocet > 0)
    263263    {
    264264      // Celkový přehled
Note: See TracChangeset for help on using the changeset viewer.