git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39693
735d13b6-9817-0410-8766-
e36946ffe9aa
2010-10-30 Xavier Perseguers <typo3@perseguers.ch>
+ * Fixed bug #15960: Misleading error message in ux_t3lib_DB->cacheFieldInfo() (thanks to Martin Kuster)
* Fixed bug #16120: UPDATE queries fails for $GLOBALS['TYPO3_DB']->sql_query (thanks to Alan Oguzhan)
2010-10-19 Xavier Perseguers <typo3@perseguers.ch>
t3lib_div::writeFile(PATH_typo3conf . 'temp_fieldInfo.php', $cachedFieldInfo);
if (strcmp(t3lib_div::getUrl(PATH_typo3conf . 'temp_fieldInfo.php'), $cachedFieldInfo)) {
- die('typo3temp/temp_incfields.php was NOT updated properly (written content didn\'t match file content) - maybe write access problem?');
+ die('typo3conf/temp_fieldInfo.php was NOT updated properly (written content didn\'t match file content) - maybe write access problem?');
}
}
}