X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/41811556ca2ca3ca29191bee012c35e5f40a3995..0ec5503f005aefca1c1d2380e70982918d5fc00c:/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) {