ChangeSet ID: 26014 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/25 20:43:00
Modified files: . : maintainersubmit.php
Log message: Tony Lambregts tony.lambregts@gmail.com Fix applying to become a super maintainer
Patch: http://cvs.winehq.org/patch.py?id=26014
Old revision New revision Changes Path 1.24 1.25 +1 -1 appdb/maintainersubmit.php
Index: appdb/maintainersubmit.php diff -u -p appdb/maintainersubmit.php:1.24 appdb/maintainersubmit.php:1.25 --- appdb/maintainersubmit.php:1.24 26 Jun 2006 1:43: 0 -0000 +++ appdb/maintainersubmit.php 26 Jun 2006 1:43: 0 -0000 @@ -152,7 +152,7 @@ if( $aClean['maintainReason'] ) } 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";