diff options
author | tardo <tardo@nagi-fanboi.net> | 2007-09-25 17:32:39 -0400 |
---|---|---|
committer | tardo <tardo@nagi-fanboi.net> | 2007-09-25 17:32:39 -0400 |
commit | 1769285c36f333cc06be91332984686f64a74b88 (patch) | |
tree | 6a688ab501659a6973804213853b9116cae1d635 /web | |
parent | 9cba3937d0847d1065b3da7322ffe7ea22108319 (diff) | |
parent | 47855f993a3b98956d0fc5c402e7f8439fdbeec9 (diff) | |
download | aurweb-1769285c36f333cc06be91332984686f64a74b88.tar.xz |
Merge branch 'master' of git://git.mattal.com/aur
Diffstat (limited to 'web')
-rw-r--r-- | web/html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index 7d28d75..d175797 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -277,7 +277,7 @@ if (!empty($user)) { # Number of safe packages print "<tr>"; print "<td class='boxSoft'>"; - if ($atype == 'Trusted User') { + if ($atype == 'Trusted User' || $atype == 'Developer') { $q = "SELECT count(*) FROM Packages,Users WHERE Packages.Safe = 1 AND Packages.VerifiedBy = Users.ID AND Users.Username='".mysql_real_escape_string($user)."'"; $result = db_query($q, $dbh); $row = mysql_fetch_row($result); |