Changeset 843 for trunk/Modules/Dictionary/Dictionary.php
- Timestamp:
- Jan 14, 2016, 10:25:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r841 r843 292 292 if(!is_numeric($_SESSION['language'])) $Output .= '<td>'.$Line['LangName'].'</td>'; 293 293 $Output .= '<td>'.$Line['Description'].'</td>'. 294 '<td><a href="'.$this->System->Link('/user .php?user='.$Line['UserId']).'">'.294 '<td><a href="'.$this->System->Link('/user/?user='.$Line['UserId']).'">'. 295 295 $Line['UserName'].'</a></td>'; 296 296 if($this->System->User->Licence(LICENCE_USER))
Note:
See TracChangeset
for help on using the changeset viewer.