|
|
@ -320,7 +320,7 @@ class SafeMySQL |
|
|
|
$ret = array(); |
|
|
|
$ret = array(); |
|
|
|
if ( $res = $this->rawQuery($query) ) |
|
|
|
if ( $res = $this->rawQuery($query) ) |
|
|
|
{ |
|
|
|
{ |
|
|
|
while($row = $res->fetch($res)) |
|
|
|
while($row = $this->fetch($res)) |
|
|
|
{ |
|
|
|
{ |
|
|
|
$key = $row[$index]; |
|
|
|
$key = $row[$index]; |
|
|
|
unset($row[$index]); |
|
|
|
unset($row[$index]); |
|
|
|