Changeset 602 for trunk/Modules/Dictionary/Dictionary.php
- Timestamp:
- Nov 25, 2013, 11:01:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Dictionary/Dictionary.php
r596 r602 286 286 if(!is_numeric($_SESSION['language'])) $Output .= '<td>'.$Line['LangName'].'</td>'; 287 287 $Output .= '<td>'.$Line['Description'].'</td>'. 288 '<td><a href=" user.php?user='.$Line['UserId'].'">'.$Line['UserName'].'</a></td>';288 '<td><a href="'.$this->System->Link('/user.php?user='.$Line['UserId']).'">'.$Line['UserName'].'</a></td>'; 289 289 if($this->System->User->Licence(LICENCE_USER)) 290 290 {
Note:
See TracChangeset
for help on using the changeset viewer.