diff options
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 0354402af..0c944f57b 100644 --- a/include/text.php +++ b/include/text.php @@ -1437,7 +1437,7 @@ function prepare_body(&$item,$attach = false) { } $prep_arr = array( - 'item' => $item, + //'item' => $item, 'html' => $s, 'categories' => $categories, 'folders' => $filer, |