TYPO3 API  SVNRelease
ext_emconf.php
Go to the documentation of this file.
00001 <?php
00002 
00003 ########################################################################
00004 # Extension Manager/Repository config file for ext "setup".
00005 #
00006 # Auto generated 26-01-2011 20:08
00007 #
00008 # Manual updates:
00009 # Only the data in the array - everything else is removed by next
00010 # writing. "version" and "dependencies" must not be touched!
00011 ########################################################################
00012 
00013 $EM_CONF[$_EXTKEY] = array(
00014     'title' => 'User>Setup',
00015     'description' => 'Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.',
00016     'category' => 'module',
00017     'shy' => 1,
00018     'dependencies' => '',
00019     'conflicts' => '',
00020     'priority' => '',
00021     'loadOrder' => '',
00022     'module' => 'mod',
00023     'doNotLoadInFE' => 1,
00024     'state' => 'stable',
00025     'internal' => 0,
00026     'uploadfolder' => 0,
00027     'createDirs' => '',
00028     'modify_tables' => '',
00029     'clearCacheOnLoad' => 0,
00030     'lockType' => '',
00031     'author' => 'Kasper Skaarhoj',
00032     'author_email' => 'kasperYYYY@typo3.com',
00033     'author_company' => 'Curby Soft Multimedia',
00034     'CGLcompliance' => '',
00035     'CGLcompliance_note' => '',
00036     'version' => '1.0.0',
00037     '_md5_values_when_last_written' => 'a:23:{s:12:"ext_icon.gif";s:4:"84ad";s:14:"ext_tables.php";s:4:"4f59";s:21:"locallang_csh_mod.xml";s:4:"6ed5";s:18:"cshimages/lang.png";s:4:"ed5f";s:17:"cshimages/rte.png";s:4:"d3ae";s:20:"cshimages/setup1.png";s:4:"fc36";s:21:"cshimages/setup10.png";s:4:"f1c4";s:21:"cshimages/setup11.png";s:4:"b90e";s:21:"cshimages/setup12.png";s:4:"038e";s:20:"cshimages/setup2.png";s:4:"b1ef";s:20:"cshimages/setup3.png";s:4:"b4b8";s:20:"cshimages/setup4.png";s:4:"c79d";s:20:"cshimages/setup5.png";s:4:"d0a0";s:20:"cshimages/setup6.png";s:4:"c640";s:20:"cshimages/setup7.png";s:4:"3479";s:20:"cshimages/setup8.png";s:4:"404a";s:20:"cshimages/setup9.png";s:4:"37b9";s:13:"mod/clear.gif";s:4:"cc11";s:12:"mod/conf.php";s:4:"a8bf";s:13:"mod/index.php";s:4:"4506";s:17:"mod/locallang.xml";s:4:"df00";s:21:"mod/locallang_mod.xml";s:4:"395a";s:13:"mod/setup.gif";s:4:"6187";}',
00038     'constraints' => array(
00039         'depends' => array(
00040             'php' => '5.1.0-0.0.0',
00041             'typo3' => '4.4.0-0.0.0',
00042         ),
00043         'conflicts' => array(
00044         ),
00045         'suggests' => array(
00046         ),
00047     ),
00048     'suggests' => array(
00049     ),
00050 );
00051 
00052 ?>