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/Translation/TranslationList.php

    r586 r595  
    255255                                $ID = $this->Database->query('SELECT COUNT(*) FROM `'.$Group['TablePrefix'].'` AS `T` WHERE 1 '.$Filter['SQL']);
    256256                                $Line = $ID->fetch_row();
    257                                 $Output .= '<tr><td><a href="?group='.$Group['Id'].'">'.$Group['Name'].'</td><td>'.$Line[0].'</a></tr>';
     257                                if ($Line[0] <> '0')
     258                                  $Output .= '<tr><td><a href="?group='.$Group['Id'].'">'.$Group['Name'].'</td><td>'.$Line[0].'</a></tr>';
    258259                                $Total += $Line[0];
    259260                        }
Note: See TracChangeset for help on using the changeset viewer.