X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/f0a0679f7ec71d6ae4969d39da4d6be84147fcb4..33e26880406ed18fef413302710695a36d20a4fa:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 0f81de2..8b82b61 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -11,9 +11,6 @@ if ($page and !is_numeric($page)) { if ($edit) { $Article->title = $edit; } - if (isset($Article->raw)) { - $Place['description'] = $Article->teaser; - } $Place[1] = ' '.$Article->date.''; print preg_replace('{(?<=

)(.*?)(?=

)}', ($edit ?: '\1').' [[1]]', ob_get_clean()); if ($User and $User->admin) {