Fix several small bugs in the devcp.
git-svn-id: svn://10.0.0.236/trunk@166650 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -23,7 +23,7 @@ WHERE `approved` = '?' GROUP BY `URI` ORDER BY TV.DateUpdated ASC";
|
||||
$num_result = mysql_num_rows($sql_result);
|
||||
?>
|
||||
<P>
|
||||
<SPAN STYLE="font-weight:bold">Approval Queue Status: <A HREF="approval.php?function=approvalqueue"><?php echo"$num_result"; ?> Pending Approval</A></SPAN>
|
||||
<SPAN STYLE="font-weight:bold">Approval Queue Status: <A HREF="approval.php"><?php echo"$num_result"; ?> Pending Approval</A></SPAN>
|
||||
</P>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user