diff --git a/mozilla/webtools/update/developers/itemoverview.php b/mozilla/webtools/update/developers/itemoverview.php index b49b548c75b..df6cb81885d 100755 --- a/mozilla/webtools/update/developers/itemoverview.php +++ b/mozilla/webtools/update/developers/itemoverview.php @@ -56,12 +56,12 @@ echo"Categories: $categories
\n"; ?> -

Listed Versions

+

Listed Versions

"Pending Approval", "YES"=>"Approved", "NO"=>"Denied", "DISABLED"=>"Disabled"); $sql = "SELECT vID, TV.Version, URI, OSName, approved FROM `version` TV INNER JOIN os TOS ON TOS.OSID = TV.OSID -WHERE `ID`='$id' GROUP BY `URI` ORDER BY `Version`"; +WHERE `ID`='$id' GROUP BY `URI` ORDER BY `Version` DESC"; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); while($row = mysql_fetch_array($sql_result)) { $vid = $row["vID"]; @@ -97,6 +97,20 @@ $sql2 = "SELECT TV.Version, AppName, MinAppVer, MaxAppVer FROM `version` TV } ?> +

Add New Version of

+ + +"> + + +
+Your File:
+
+
+ +
+ +