--- /root/typo3_src-4.5.8/typo3/sysext/dbal/class.ux_t3lib_db.php 2011-11-22 19:00:00 +0400 +++ class.ux_t3lib_db.php 2011-12-09 20:01:56 +0400 @@ -2061,7 +2061,7 @@ $str = $type; break; case 'adodb': - if (in_array($table, $this->cache_fieldType)) { + if (array_key_exists($table, $this->cache_fieldType)) { $rs = $this->handlerInstance[$this->lastHandlerKey]->SelectLimit('SELECT * FROM ' . $this->quoteFromTables($table), 1); $str = $rs->MetaType($type, $max_length); } @@ -3973,4 +3973,4 @@ include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['ext/dbal/class.ux_t3lib_db.php']); } -?> \ No newline at end of file +?>