diff options
author | Sergej Pupykin <sergej.pupykin@lx-ltd.ru> | 2009-08-25 14:04:15 +0200 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-08-26 06:14:32 +0200 |
commit | 3fd08d5715f9ce53d3a7bdd2ef8565e2ec3ae22f (patch) | |
tree | 429892107a04a5c546772b7473798a4de7552a28 /web/template/stats/user_table.php | |
parent | 448f7ef120475226ce419e88455391a8bfcdce18 (diff) | |
download | aur-3fd08d5715f9ce53d3a7bdd2ef8565e2ec3ae22f.tar.gz aur-3fd08d5715f9ce53d3a7bdd2ef8565e2ec3ae22f.tar.xz |
remove community
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/template/stats/user_table.php')
-rw-r--r-- | web/template/stats/user_table.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php index e6841d71..05158689 100644 --- a/web/template/stats/user_table.php +++ b/web/template/stats/user_table.php @@ -17,21 +17,6 @@ </td> </tr> -<?php if (($atype == 'Trusted User') || ($atype == 'Developer')) : ?> - -<tr> -<td class='boxSoft'> -<span class='f4'><a href="packages.php?SeB=m&L=3&K=<?php echo $username; ?>"> -<?php print __("Packages in [community]"); ?></a></span> -</td> -<td class='boxSoft'> -<span class='f4'> -<?php echo $maintainer_community_count; ?></span> -</td> -</tr> - -<?php endif; ?> - <tr> <td class='boxSoft'> <span class='f4'><a href="packages.php?SeB=m&outdated&K=<?php echo $username; ?>"> |