[AppDB] Fix applying to become a super maintainer

Tony Lambregts tony.lambregts at gmail.com
Sun Jun 25 19:55:50 CDT 2006


Change log: Fix applying to become a super maintainer

Files Changed: maintainersubmit.php
-------------- next part --------------
Index: maintainersubmit.php
===================================================================
RCS file: /home/wine/appdb/maintainersubmit.php,v
retrieving revision 1.24
diff -u -u -r1.24 maintainersubmit.php
--- maintainersubmit.php	24 Jun 2006 04:20:32 -0000	1.24
+++ maintainersubmit.php	25 Jun 2006 23:46:05 -0000
@@ -152,7 +152,7 @@
     }
     echo "<input type=hidden name='appId' value={$aClean['appId']}>";
     echo "<input type=hidden name='versionId' value={$aClean['versionId']}>";
-    echo "<input type=hidden name='superMaintainer' value={$aClean['superMaintainer>']}";
+    echo "<input type=hidden name='superMaintainer' value={$aClean['superMaintainer>']}>";
 
     if($aClean['superMaintainer'])
         echo '<tr valign=top><td class=color0><b>Why you want to and should be an application super maintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n";


More information about the wine-patches mailing list