HTML safe
if (!empty($row['Source_function']))
{
$row['Source_function'] = str_replace(array('<', '>'), array('<', '>'), $row['Source_function']);
}
// remove unsupported features
foreach ($row as $key => $val)
{
if ($val === null)
{
unset($row[$key]);
}
}
$html_table = $this->sql_report('add_select_row', $query, $html_table, $row);
}
}
@mysqli_free_result($result);
if ($html_table)
{
$this->html_hold .= '';
}
@mysqli_query($this->db_connect_id, 'SET profiling = 0;');
}
}
break;
case 'fromcache':
$endtime = explode(' ', microtime());
$endtime = $endtime[0] + $endtime[1];
$result = @mysqli_query($this->db_connect_id, $query);
if ($result !== null)
{
while ($void = @mysqli_fetch_assoc($result))
{
// Take the time spent on parsing rows into account
}
}
@mysqli_free_result($result);
$splittime = explode(' ', microtime());
$splittime = $splittime[0] + $splittime[1];
$this->sql_report('record_fromcache', $query, $endtime, $splittime);
break;
}
}
}
3:10:32 +0000'>2003-05-19| 1 | -1/+7 |
| * | update perl-gtk0 users list (drakcronat being ported to gtk+2) | Thierry Vignaud | 2003-05-19 | 1 | -1/+4 |
| * | first bits of 9.1-38mdk | Thierry Vignaud | 2003-05-16 | 1 | -2/+5 |
| * | updated pot file | Pablo Saratxaga | 2003-05-16 |