cvs: php-bugs-web / search.php

[email protected] ("Jani Taskinen")
Newsgroups php.webmaster
Message-ID <cvsjani1226333529@cvsserver>
jani		Mon Nov 10 16:12:09 2008 UTC

  Modified files:              
    /php-bugs-web	search.php 
  Log:
  copy-paste bug
  
http://cvs.php.net/viewvc.cgi/php-bugs-web/search.php?r1=1.73&r2=1.74&diff_format=u
Index: php-bugs-web/search.php
diff -u php-bugs-web/search.php:1.73 php-bugs-web/search.php:1.74
--- php-bugs-web/search.php:1.73	Mon Nov 10 14:03:30 2008
+++ php-bugs-web/search.php	Mon Nov 10 16:12:09 2008
@@ -265,7 +265,7 @@
   <td nowrap="nowrap">Return bugs with <b>operating system</b></td>
   <td>
   	<input type="text" name="php_os"     value="<?php echo htmlspecialchars(stripslashes($php_os));?>" />
-  	<input type="text" name="php_os_not" value="1" <?php echo ((int) $php_os_not) ? 'checked="checked"' : ''; ?> /> NOT
+  	<input type="checkbox" name="php_os_not" value="1" <?php echo ((int) $php_os_not) ? 'checked="checked"' : ''; ?> /> NOT
   </td>
  </tr>
  <tr>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.