Project

General

Profile

« Previous | Next » 

Revision af71b288

Added by Stephen Beaver almost 10 years ago

Remove link to package revision history

View differences:

src/usr/local/www/pkg_mgr.php
155 155
<?php
156 156

  
157 157
	foreach($pkg_info as $index):
158

  
158 159
		if(get_package_id($index['name']) >= 0 ) {
159 160
			continue;
160 161
		}
......
175 176
				</a>
176 177
			</td>
177 178

  
178
<?php if (!$g['disablepackagehistory']):?>
179
<?php
180
/*	// We no longer have a package revision history URL
181
	 if (!$g['disablepackagehistory']):?>
179 182
			<td>
180 183
				<!-- XXX: $changeloglink is undefined -->
181 184
				<a target="_blank" title="<?=gettext("View changelog")?>" href="<?=htmlspecialchars($changeloglink)?>">
182 185
					<?=htmlspecialchars($index['version'])?>
183 186
				</a>
184 187
			</td>
185
<?php endif;?>
188
<?php 
189
endif;
190
*/
191
?>
186 192
			<td>
187 193
				<?=$index['desc']?>
188 194
			</td>

Also available in: Unified diff