Re-enable voting
This commit is contained in:
committed by
WineHQ
parent
a2468083ca
commit
b2e2f5afb4
@@ -698,6 +698,11 @@ class Version {
|
|||||||
if(!$this->iVersionId)
|
if(!$this->iVersionId)
|
||||||
util_show_error_page_and_exit('Internal Database Access Error. No Version Found.');
|
util_show_error_page_and_exit('Internal Database Access Error. No Version Found.');
|
||||||
|
|
||||||
|
// show Vote Menu
|
||||||
|
if($_SESSION['current']->isLoggedIn())
|
||||||
|
apidb_sidebar_add("vote_menu");
|
||||||
|
|
||||||
|
|
||||||
// header
|
// header
|
||||||
apidb_header("Viewing App- ".$oApp->sName." Version - ".$this->sName);
|
apidb_header("Viewing App- ".$oApp->sName." Version - ".$this->sName);
|
||||||
|
|
||||||
@@ -722,6 +727,12 @@ class Version {
|
|||||||
// main URL
|
// main URL
|
||||||
echo " <tr class=\"color1\"><td><b>URL</b></td><td>".$appLinkURL."</td></tr>\n";
|
echo " <tr class=\"color1\"><td><b>URL</b></td><td>".$appLinkURL."</td></tr>\n";
|
||||||
|
|
||||||
|
// Votes
|
||||||
|
echo html_tr(array(
|
||||||
|
"<b>Votes</b>",
|
||||||
|
vote_count_version_total($this->iVersionId)),
|
||||||
|
"color0");
|
||||||
|
|
||||||
if($this->sTestedRating != "/" && $this->sTestedRating)
|
if($this->sTestedRating != "/" && $this->sTestedRating)
|
||||||
$sMaintainerColor = $this->sTestedRating;
|
$sMaintainerColor = $this->sTestedRating;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user