mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
End styled element for IE
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1087 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -69,7 +69,7 @@ if (!$error && $_POST) {
|
|||||||
do {
|
do {
|
||||||
$result = $dbh->store_result();
|
$result = $dbh->store_result();
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
echo "<p class='time'>" . (is_object($result) ? lang('%d row(s)', $result->num_rows) . ", ": "") . lang('%.3f s', max(0, $end[0] - $start[0] + $end[1] - $start[1])) . "\n";
|
echo "<p class='time'>" . (is_object($result) ? lang('%d row(s)', $result->num_rows) . ", ": "") . lang('%.3f s', max(0, $end[0] - $start[0] + $end[1] - $start[1])) . "</p>\n"; // </p> required by IE
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
if (is_object($result)) {
|
if (is_object($result)) {
|
||||||
|
Reference in New Issue
Block a user