Bug #58973 ยป quoteStr.patch
"b/C:\\Users\\matepper\\Desktop\\TYPO3.CMS1\\typo3\\sysext\\core\\Classes\\Database\\DatabaseConnection.php" | ||
---|---|---|
if (!$this->isConnected) {
|
||
$this->connectDB();
|
||
}
|
||
return $this->link->real_escape_string($str);
|
||
return $this->link->real_escape_string($table .'.'. $str);
|
||
}
|
||
/**
|