Vergleich inc/db_mysql.php - 1.8.22 - 1.8.26
Zeile 191 | Zeile 191 |
---|---|
if(array_key_exists('hostname', $connections[$type])) |
if(array_key_exists('hostname', $connections[$type])) |
unset($connections); | unset($connections[$type]); |
$connections[$type][] = $details; | $connections[$type][] = $details; |
Zeile 1042 | Zeile 1042 |
*/ |
*/ |
return $this->escape_string(str_replace(array('%', '_') , array('\\%' , '\\_') , $string)); | return $this->escape_string(str_replace(array('\\', '%', '_') , array('\\\\', '\\%' , '\\_') , $string)); |
} | } |