Dieses Script aus dem Wiki
http://www.phpwcms-howto.de/wiki/doku.p ... s[]=update
gab mir eine Notice aus.
Code: Select all
Notice: Undefined index: acat_archive in E:\xampp\htdocs\newsite\template\inc_script\frontend_render\rt_date_last_update.php on line 85
Die Zeile sah im Original so aus:
Code: Select all
if ($content["struct"]['0']['acat_permit']['acat_archive'] == 1)
Code: Select all
if (isset($content["struct"]['0']['acat_permit']['acat_archive']) == 1)
Ist das so ok?