| Aw:: OnlineHistory |
Betreff: Aw:: OnlineHistory von alfred am 13.04.2010 14:24:07 dann öffne mal die /preloads/core.php Zeile 32 und mache aus dem
if ($GLOBALS['xoopsUser']->getVar('uid') > 0) {
mal ein
if ($GLOBALS['xoopsUser'] && $GLOBALS['xoopsUser']->getVar('uid') > 0) {
|