htmlentities() to s()

This commit is contained in:
stronk7 2006-04-11 16:09:52 +00:00
parent 3725cc8a58
commit 1b1858d260
15 changed files with 21 additions and 21 deletions

View file

@ -83,7 +83,7 @@
$status = update_record("label", $label);
if ($CFG->debug>7) {
if (!defined('RESTORE_SILENTLY')) {
echo '<br /><hr />'.htmlentities($content).'<br />changed to<br />'.htmlentities($result).'<hr /><br />';
echo '<br /><hr />'.s($content).'<br />changed to<br />'.s($result).'<hr /><br />';
}
}
}