|
cvs: pearweb /public_html/pepr pepr-proposal-edit.php: msg#00092php.pear.core
cellog Tue Oct 31 03:06:02 2006 UTC Modified files: /pearweb/public_html/pepr pepr-proposal-edit.php Log: fix PEPr license dropdown # bad patch, bad testing - not a good combination # slap on wrist for David and Greg! http://cvs.php.net/viewvc.cgi/pearweb/public_html/pepr/pepr-proposal-edit.php?r1=1.47&r2=1.48&diff_format=u Index: pearweb/public_html/pepr/pepr-proposal-edit.php diff -u pearweb/public_html/pepr/pepr-proposal-edit.php:1.47 pearweb/public_html/pepr/pepr-proposal-edit.php:1.48 --- pearweb/public_html/pepr/pepr-proposal-edit.php:1.47 Fri Oct 20 03:55:21 2006 +++ pearweb/public_html/pepr/pepr-proposal-edit.php Tue Oct 31 03:06:01 2006 @@ -20,7 +20,7 @@ * @author Daniel Convissor <danielc@xxxxxxx> * @copyright Copyright (c) 1997-2005 The PHP Group * @license http://www.php.net/license/3_0.txt PHP License - * @version $Id: pepr-proposal-edit.php,v 1.47 2006/10/20 03:55:21 cellog Exp $ + * @version $Id: pepr-proposal-edit.php,v 1.48 2006/10/31 03:06:01 cellog Exp $ */ auth_require('pear.pepr'); @@ -102,11 +102,11 @@ * Dropdown possible licenses, less confusing for users */ $possibleLicenses = array( - 'PHP License 3.01', - 'Apache License', - 'LGPL', - 'BSD Style', - 'MIT License', + 'PHP License 3.01' => 'PHP License 3.01', + 'Apache License' => 'Apache License', + 'LGPL' => 'LGPL', + 'BSD Style' => 'BSD Style', + 'MIT License' => 'MIT License', ); -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| News | FAQ | advertise |