"TYPO3 4.0.1: typo3_src-4.0.1/typo3/sysext/adodb/ext_localconf.php Source File", "datetime" => "Sat Dec 2 19:22:27 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
00001 <?php 00002 if (!defined ('TYPO3_MODE')) die ('Access denied.'); 00003 00004 require_once (t3lib_extMgm::extPath('adodb').'class.tx_adodb_tceforms.php'); 00005 00006 // Register as a data source application if the extension datasources is loaded: 00007 if (t3lib_extMgm::isLoaded ('datasources')) { 00008 require_once (t3lib_extMgm::extPath('datasources').'class.tx_datasources_main.php'); 00009 $dataSourcesMainObj = &t3lib_div::getUserObj('EXT:datasources/class.tx_datasources_main.php:&tx_datasources_main'); 00010 $dataSourcesMainObj->registerApplication ('ADOdb', 'adodb'); 00011 } 00012 00013 ?>