Project

General

Profile

Bug #16121 » patch-3413.diff

Administrator Admin, 2008-01-02 10:51

View differences:

t3lib/class.t3lib_db.php (copie de travail)
foreach($arr as $k => $v) {
if ($noQuote===FALSE || !in_array($k,$noQuote)) {
$arr[$k] = $this->fullQuoteStr($v, $table);
if (is_array($v)) {
t3lib_div::sysLog('A multi dimensional array has been passed to fullQuoteArray for table '.$table.' at key: '.$k,'Core',4);
} else {
$arr[$k] = $this->fullQuoteStr($v, $table);
}
}
}
return $arr;
(2-2/2)