Index: typo3/sysext/version/ext_localconf.php =================================================================== --- typo3/sysext/version/ext_localconf.php (revision 9308) +++ typo3/sysext/version/ext_localconf.php (working copy) @@ -9,14 +9,6 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass'][] = t3lib_extMgm::extPath('version', 'class.tx_version_tcemain.php:&tx_version_tcemain'); $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['moveRecordClass'][] = t3lib_extMgm::extPath('version', 'class.tx_version_tcemain.php:&tx_version_tcemain'); - // Register the autopublishing task -$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_version_tasks_AutoPublish'] = array( - 'extension' => $_EXTKEY, - 'title' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xml:autopublishTask.name', - 'description' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xml:autopublishTask.description' -); - - if (TYPO3_MODE == 'BE') { // add default notification options to every page Index: typo3/sysext/version/ext_tables.php =================================================================== --- typo3/sysext/version/ext_tables.php (revision 9308) +++ typo3/sysext/version/ext_tables.php (working copy) @@ -8,7 +8,6 @@ ); t3lib_extMgm::addModule('web', 'txversionM1', '', t3lib_extMgm::extPath($_EXTKEY) . 'cm1/'); - t3lib_extMgm::addModule('user', 'ws', '', t3lib_extMgm::extPath($_EXTKEY) . 'ws/'); }