TYPO3 API  SVNRelease
ext_autoload.php
Go to the documentation of this file.
00001 <?php
00002 // DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry.
00003 // This file was generated on 2009-10-26 22:04
00004 
00005 
00006 $extensionPath = t3lib_extMgm::extPath('recordlist');
00007 return array(
00008     'sc_db_list' => $extensionPath . 'mod1/index.php',
00009 );
00010 ?>