Better error reporting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c3d03c529d
commit
61df3dab96
|
@ -98,7 +98,8 @@
|
|||
// If there is an error then take note of it
|
||||
print "<div id='error'>
|
||||
<p><strong>SQL/DB Error:</strong><br />
|
||||
[<span style='color: #007;'>$str</span>]</p>
|
||||
[<span style='color: #007;'>$str</span>]<br />
|
||||
<code>$this->last_query</code></p>
|
||||
</div>";
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue