Project

General

Profile

« Previous | Next » 

Revision 40

Added by stefan about 19 years ago

Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes

View differences:

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->stripslashes(htmlspecialchars($fetch_content['title'])); ?>" style="width: 100%;" maxlength="255" />
54
		<input type="text" name="title" value="<?php echo $admin->strip_slashes(htmlspecialchars($fetch_content['title'])); ?>" style="width: 100%;" maxlength="255" />
55 55
	</td>
56 56
</tr>
57 57
<tr>

Also available in: Unified diff