Changeset 235 for quests/ListQuests.php
- Timestamp:
- Jan 15, 2008, 9:45:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/ListQuests.php
r234 r235 41 41 <td><a href="form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td> 42 42 <td>'.$Line['entry'].'</td> 43 <td>'. $Line['Title'].'</td>';43 <td>'.htmlspecialchars($Line['Title']).'</td>'; 44 44 if ($address == 'selection') echo '<td>'.$Line['CountQuest'].'</td>'; else 45 45 if ($address <> 'limitx') echo '<td>'.@$Line['User'].'</td>
Note:
See TracChangeset
for help on using the changeset viewer.