]> git.joonet.de Git - adminer.git/commitdiff
Explain numbers
authorJakub Vrana <jakub@vrana.cz>
Mon, 31 Jan 2011 20:01:07 +0000 (21:01 +0100)
committerJakub Vrana <jakub@vrana.cz>
Mon, 31 Jan 2011 20:01:07 +0000 (21:01 +0100)
adminer/processlist.inc.php

index 7af10c3f362c03f98d8741d065ba082424e2ad50..5635ea762e6388addb805f9313dadc043189001f 100644 (file)
@@ -28,8 +28,8 @@ foreach (get_rows("SHOW FULL PROCESSLIST") as $i => $row) {
 }
 ?>
 </table>
+<p><?php echo ($i + 1) . "/" . lang('%d in total', $connection->result("SELECT @@max_connections")); ?>
 <p>
 <input type="hidden" name="token" value="<?php echo $token; ?>">
 <input type="submit" value="<?php echo lang('Kill'); ?>">
-<?php echo ($i + 1) . "/" . $connection->result("SELECT @@max_connections"); ?>
 </form>