Project

General

Profile

« Previous | Next » 

Revision 09155b3e

Added by Scott Ullrich almost 17 years ago

Backout last change, this is already correct

View differences:

usr/local/www/pkg_mgr_installed.php
87 87
                                        $latest_package = $currentvers[$pkg['name']]['version'];
88 88
					if($latest_package == false) {
89 89
						// We can't determine this package's version status.
90
						?><td class="listlr"><font color="#FFFFFF"><?php
90
						?><td class="listlr"><?php
91 91
						echo "Current: Unknown.<br>Installed: " . $pkg['version'];
92 92
                                       		?></td><?php
93 93
					} elseif(strcmp($pkg['version'], $latest_package) > 0) {

Also available in: Unified diff