[AppDB] Use the correct capitalization for QueuedOnly

Tony Lambregts tony.lambregts at gmail.com
Sat Aug 13 11:53:43 CDT 2005


Change Log: Use the correct capitalization for QueuedOnly

Files Changed: admin/adminBugs.php










-------------- next part --------------
Index: admin/adminBugs.php
===================================================================
RCS file: /home/wine/appdb/admin/adminBugs.php,v
retrieving revision 1.2
diff -u -r1.2 adminBugs.php
--- admin/adminBugs.php	22 Jul 2005 00:36:58 -0000	1.2
+++ admin/adminBugs.php	13 Aug 2005 16:49:23 -0000
@@ -153,7 +153,7 @@
             echo '    </td>',"\n";
             echo '    <td align=center>[<a href="adminBugs.php?sub=delete',"\n";
             echo          '&buglinkId='.$oRow->linkId,"\n";
-            echo          '&Queuedonly='.$QueuedOnly,"\n";
+            echo          '&QueuedOnly='.$QueuedOnly,"\n";
             echo          '&ItemsPerPage='.$ItemsPerPage,"\n";
             echo          '&page='.$currentPage,"\n";
             echo          '">delete</a>]</td>',"\n";
@@ -162,7 +162,7 @@
             {
                 echo '<td align=center>[<a href="adminBugs.php?sub=unqueue',"\n";
                 echo      '&buglinkId='.$oRow->linkId,"\n";
-                echo      '&Queuedonly='.$QueuedOnly,"\n";
+                echo      '&QueuedOnly='.$QueuedOnly,"\n";
                 echo      '&ItemsPerPage='.$ItemsPerPage,"\n";
                 echo      '&page='.$currentPage,"\n";
                 echo '">OK</a>]</td>',"\n";


More information about the wine-patches mailing list