php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #60989
Patch bugsweb-security.diff revision 2012-05-07 20:59 UTC by tyrael@php.net
revision 2012-05-06 19:03 UTC by tyrael@php.net
revision 2012-05-05 20:28 UTC by tyrael@php.net
revision 2012-05-05 20:25 UTC by tyrael@php.net

Patch bugsweb-security.diff for Website problem Bug #60989

Patch version 2012-05-07 20:59 UTC

Return to Bug #60989 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions: 2012-05-07 20:59 UTC | 2012-05-06 19:03 UTC | 2012-05-05 20:28 UTC | 2012-05-05 20:25 UTC

Developer: tyrael@php.net

Line 58 (now 58), was 12 lines, now 4 lines

  +<?php if ($edit == 1 && $show_bug_info) { /* Developer Edit Form */ ?>
   		<tr>
   			<th class="details"><label for="in" accesskey="c">Qui<span class="accesskey">c</span>k Fix:</label></th>
   			<td colspan="3">
 @@ -1013,7 +1021,6 @@ if (!$logged_in) {
  // Display original report
  if ($bug['ldesc']) {
  	if (!$show_bug_info) {
 -		echo '<input type="checkbox" name="in[private]" value="Y" '.($is_private == 'Y' ? 'checked="checked"' : '').' /> ';
  		echo 'This bug report is marked as private.';
  	} else if ($bug['status'] !== 'Spam') {
  		output_note(0, $bug['submitted'], $bug['email'], $bug['ldesc'], 'comment', $bug['reporter_name'], false);
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 19 19:01:32 2024 UTC