diff options
author | Simone Rota <sip@crux.nu> | 2006-10-15 03:26:35 +0200 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-10-15 03:26:35 +0200 |
commit | 7cb3a602b1620de6a48360edb43cd20deebd9d14 (patch) | |
tree | 7f241214b46ce4e73aa2481df60ad945845ce503 | |
parent | 2e01a007a666c3d90ad9f2c39f829e2a5f7dbbff (diff) | |
download | webtools-7cb3a602b1620de6a48360edb43cd20deebd9d14.tar.gz webtools-7cb3a602b1620de6a48360edb43cd20deebd9d14.tar.xz |
I need glasses...
-rwxr-xr-x | portdb/portdb/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portdb/portdb/index.php b/portdb/portdb/index.php index 26ef4bb..21fc20a 100755 --- a/portdb/portdb/index.php +++ b/portdb/portdb/index.php @@ -177,7 +177,7 @@ function showDuplicates() { echo '<tr class="'.$cl.'"> <td>'.$port['portname'].'</td> <td>Found in <a href="?a=search&s=true&q='.$port['portname'].'">'.$port['dup']." repositories</a></td></tr>\n"; - $i++: + $i++; } echo "</table>"; } |