From 6027eeddff3510700ccb7bff9082faa2c8d86fdd Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 25 Jul 2006 08:50:57 +0000 Subject: [PATCH] uncomment a thing that shouldn't have been commented in first place :) --- include/functions_entries.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_entries.inc.php b/include/functions_entries.inc.php index 0eb76e4..7ba5779 100644 --- a/include/functions_entries.inc.php +++ b/include/functions_entries.inc.php @@ -1108,7 +1108,7 @@ function serendipity_updertEntry($entry) { /* WYSIWYG-editor inserts empty ' ' for extended body; this is reversed here */ if (isset($entry['extended']) && (trim($entry['extended']) == '' || trim($entry['extended']) == '
' || trim($entry['extended']) == '

' || str_replace(array("\r", "\n", "\t", "\0", "
", "

", "

", "
"), array('', '', '', '', '', '', '', ''), trim($entry['extended'])) == '')) { -# $entry['extended'] = ''; + $entry['extended'] = ''; } if (strlen($entry['extended'])) { -- 2.39.5