Revision 42
Added by stefan about 19 years ago
modify_group.php | ||
---|---|---|
51 | 51 |
<tr> |
52 | 52 |
<td width="80"><?php echo $TEXT['TITLE']; ?>:</td> |
53 | 53 |
<td> |
54 |
<input type="text" name="title" value="<?php echo $admin->strip_slashes(htmlspecialchars($fetch_content['title'])); ?>" style="width: 100%;" maxlength="255" /> |
|
54 |
<input type="text" name="title" value="<?php echo $admin->strip_slashes_dummy(htmlspecialchars($fetch_content['title'])); ?>" style="width: 100%;" maxlength="255" />
|
|
55 | 55 |
</td> |
56 | 56 |
</tr> |
57 | 57 |
<tr> |
Also available in: Unified diff
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.