]> git.joonet.de Git - adminer.git/commitdiff
Comment
authorJakub Vrana <jakub@vrana.cz>
Thu, 11 Aug 2011 09:43:37 +0000 (11:43 +0200)
committerJakub Vrana <jakub@vrana.cz>
Thu, 11 Aug 2011 09:43:37 +0000 (11:43 +0200)
adminer/processlist.inc.php

index 96eff8ad65164cb196f5eb5ad5aee960e7564b3c..c71abacafd0f8251100e9a258fe4ac0cb9d7d754 100644 (file)
@@ -15,6 +15,7 @@ page_header(lang('Process list'), $error);
 <form action="" method="post">
 <table cellspacing="0" onclick="tableClick(event);" class="nowrap">
 <?php
+// HTML valid because there is always at least one process
 $i = -1;
 foreach (process_list() as $i => $row) {
        if (!$i) {