Project

General

Profile

Bug #18945 » 0008697-mysql40.patch

Administrator Admin, 2008-06-13 09:28

View differences:

t3lib/class.t3lib_db.php (working copy)
$output = array();
$columns_res = mysql_query('SHOW CHARACTER SET', $this->link);
while ($row = mysql_fetch_assoc($columns_res)) {
if ($columns_res) while ($row = mysql_fetch_assoc($columns_res)) {
$output[$row['Charset']] = $row;
}
(1-1/2)