Revision 42
Added by stefan about 19 years ago
sections.php | ||
---|---|---|
134 | 134 |
</td> |
135 | 135 |
<td align="right"> |
136 | 136 |
<?php echo $TEXT['CURRENT_PAGE']; ?>: |
137 |
<b><?php echo $admin->strip_slashes($results_array['page_title']); ?></b> |
|
137 |
<b><?php echo $admin->strip_slashes_dummy($results_array['page_title']); ?></b>
|
|
138 | 138 |
- |
139 | 139 |
<a href="<?php echo ADMIN_URL; ?>/pages/modify.php?page_id=<?php echo $page_id; ?>"><?php echo $HEADING['MODIFY_PAGE']; ?></a> |
140 | 140 |
- |
Also available in: Unified diff
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.