X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/76e9012a55abbbe190c2c97d25a17ec87426e687..9c6d004933372ae88ff79a7625a3628aa447a5e6:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 18416b3..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 ($Article->file) { - $Place['description'] = $Article->teaser; - } $Place[1] = ' '.$Article->date.''; print preg_replace('{(?<=

)(.*?)(?=

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