+2010-11-25 Steffen Kamper <steffen@typo3.org>
+
+ * Follow-up to #15094: removed unused variable, resolved unknown variable
+
2010-11-25 Jigal van Hemert <jigal@xs4all.nl>
* Fixed bug #14050: Cleanup - CGL format of t3lib files - t3lib_admin additional cleanup
*/
class tslib_cObj {
- /**
- * @var tslib_content_abstract
- */
- protected $contentObject;
-
var $align = array(
'center',
'right',
protected $stdWrapHookObjects = array(); // Containing hook objects for stdWrap
protected $getImgResourceHookObjects; // Containing hook objects for getImgResource
+ /**
+ * @var array with members of tslib_content_abstract
+ */
protected $contentObjects = array();
/**
' AND doktype NOT IN (' . $this->checkPid_badDoktypeList . ')'
);
if ($error = $GLOBALS['TYPO3_DB']->sql_error()) {
- $GLOBALS['TT']->setTSlogMessage($error . ': ' . $query, 3);
+ $GLOBALS['TT']->setTSlogMessage($error . ': ' . $GLOBALS['TYPO3_DB']->debug_lastBuiltQuery, 3);
} else {
while ($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)) {
$outArr[] = $row['uid'];