Commit db431189 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 9131746f
......@@ -465,7 +465,7 @@ class MediaDBAPI{
//$this->Statistik["QueryCounter"]++;
$ret = $this->DB_Objekt->query($Query);
$this->Querys[$this->Statistik["QueryCounter"]++]= array( "Query" => $Query,
$this->Querys[$this->Statistik["QueryCounter"]++]= array( "Query" => utf8_encode($Query),
"MySQLnum_rows" => $ret->num_rows,
"MySQLfield_count" => $this->DB_Objekt->field_count ,
"MySQLerror" => $this->DB_Objekt->error );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment