Hallo Peter,
Ich habe einen Fehler in der init funkition in class.tx_lastupdate_pi1.php
gefunden
In der „Where clause“ fehlte die sys_language_uid. Sonnst wurden die Eintraege
von in der Tabelle 'tx_lastupdate_custom' nicht gefunden.
Gruss Achim
$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
'*',
'tx_lastupdate_custom',
'pid='.$this->config['storage'].
' and sys_language_uid='.$this->sys_language_uid .
$this->cObj->enableFields('tx_lastupdate_custom'),
'',
'',
'1'
);
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german

