mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update mysql.php
This commit is contained in:
parent
b26dc873cd
commit
c02fda77d8
@ -956,7 +956,7 @@ class sql_db
|
||||
$this->explain_out .= '
|
||||
<table width="98%" cellpadding="0" cellspacing="0" class="bodyline row2 bCenter" style="border-bottom: 0px;">
|
||||
<tr>
|
||||
<th style="height: 22px; cursor: pointer;" align="left"> '. $dbg['src'] . $query_time .'<i>'. $dbg['info'] .'</i></th>
|
||||
<th title="'.$dbg['src'].'" style="height: 22px; cursor: pointer;" align="left"> '. $dbg['src'] . $query_time .'<i>'. $dbg['info'] .'</i></th>
|
||||
<th style="height: 22px; cursor: pointer;" align="right" title="Copy to clipboard" onclick="$(\'#'. $htid .'\').CopyToClipboard();">'. "[$this->engine] $this->db_server.$this->selected_db" .' :: Query #'. ($this->num_queries+1) .' </th>
|
||||
</tr>
|
||||
<tr><td colspan="2">'. $this->explain_hold .'</td></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user