Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
e7fc80cc
Commit
e7fc80cc
authored
Jul 19, 2009
by
Loui Chang
Browse files
pkg_details: Remove leftover code.
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
57972532
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/template/pkg_details.php
View file @
e7fc80cc
...
...
@@ -51,10 +51,6 @@ $submitted_time = ($row["SubmittedTS"] == 0) ? "(unknown)" : gmdate("r", intval(
<span class='f3'>
<?php
echo
$row
[
'Location'
]
.
' :: '
.
$edit_cat
?>
</span><br />
<span class='f3'>
<?php
echo
__
(
'Maintainer'
)
.
': '
.
$maintainer
?>
</span><br />
<span class='f3'>
<?php
echo
$votes
?>
</span>
<?php
if
(
$atype
==
"Developer"
or
$atype
==
"Trusted User"
)
{
?>
<a href="
voters.php
?
ID=
<?php
echo
intval
(
$_REQUEST
[
'ID'
])
?>
"></a>
<?php
}
?>
</p>
<p><span class='f3'>
<?php
echo
__
(
'License'
)
.
': '
.
$license
?>
</span></p>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment