Project

General

Profile

Bug #58973 ยป quoteStr.patch

Martin Tepper, 2014-05-20 22:54

View differences:

"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);
}
/**
    (1-1/1)