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/playlist.php

    r548 r738  
    66$Vyber = '';
    77$Podminka = '';
    8 while($Row = $DbResult->fetch_array()) 
     8while($Row = $DbResult->fetch_array())
    99  $Vyber .= $Row['id'].',';
    1010$Podminka .= ' AND (host IN ('.substr($Vyber,0,-1).'))';
     
    2020{
    2121  global $MaxNesting, $Database;
    22  
     22
    2323  // Vyhled�n� cesty
    2424  $Otec = $Row['parent'];
Note: See TracChangeset for help on using the changeset viewer.