+2006-07-23 Karsten Dambekalns <karsten@typo3.org>
+
+ * t3lib/class.t3lib_div.php: Added a clarifying note to the comment for loadTCA(), thanks to Johannes Konert.
+
2006-07-17 Dmitry Dulepov <typo3@accio.lv>
* t3lib_tceforms: now using "labels.new" from locallang instead of hard-coded "NEW"
* 1) must be configured table (the ctrl-section configured),
* 2) columns must not be an array (which it is always if whole table loaded), and
* 3) there is a value for dynamicConfigFile (filename in typo3conf)
+ *
+ * Note: For the frontend this loads only 'ctrl' and 'feInterface' parts.
+ * For complete TCA use $GLOBALS['TSFE']->includeTCA() instead.
+ *
* Usage: 84
*
* @param string Table name for which to load the full TCA array part into the global $TCA