Ignore:
Timestamp:
Nov 22, 2013, 2:01:17 AM (11 years ago)
Author:
maron
Message:

Při vyhledávání zobrazovat pouze skupiny u kterých byl výraz nalezen.

File:
1 edited

Legend:

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

    r586 r595  
    5757                        $DbResult = $this->Database->query($sql);
    5858                        $Line = $DbResult->fetch_row();
    59                         $Output .= '<tr><td><a href="'.$this->System->Link('/TranslationList.php?group='.
     59                        if ($Line[0] <> '0')
     60                          $Output .= '<tr><td><a href="'.$this->System->Link('/TranslationList.php?group='.
    6061                          $Group['Id'].'&amp;user=0&amp;state=0&amp;text='.$SearchHTML.'&amp;entry=').'">'.
    6162                          $Group['Name'].'</a></td><td>'.$Line[0].'</td></tr>';
Note: See TracChangeset for help on using the changeset viewer.