Changeset 595 for trunk/Modules/Search/Search.php
- Timestamp:
- Nov 22, 2013, 2:01:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Search/Search.php
r586 r595 57 57 $DbResult = $this->Database->query($sql); 58 58 $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='. 60 61 $Group['Id'].'&user=0&state=0&text='.$SearchHTML.'&entry=').'">'. 61 62 $Group['Name'].'</a></td><td>'.$Line[0].'</td></tr>';
Note:
See TracChangeset
for help on using the changeset viewer.