summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-10-15 03:26:35 +0200
committerSimone Rota <sip@crux.nu>2006-10-15 03:26:35 +0200
commit7cb3a602b1620de6a48360edb43cd20deebd9d14 (patch)
tree7f241214b46ce4e73aa2481df60ad945845ce503
parent2e01a007a666c3d90ad9f2c39f829e2a5f7dbbff (diff)
downloadwebtools-7cb3a602b1620de6a48360edb43cd20deebd9d14.tar.gz
webtools-7cb3a602b1620de6a48360edb43cd20deebd9d14.tar.xz
I need glasses...
-rwxr-xr-xportdb/portdb/index.php2
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>";
}

Generated by cgit