svn: /pear/pearweb/trunk/public_html/ account-request-newpackage.php
[email protected] ("Daniel O'Connor") Wed, 13 Apr 2011 02:38:32 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
clockwerx Wed, 13 Apr 2011 02:38:32 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310184
Log:
More typos
Changed paths:
U pear/pearweb/trunk/public_html/account-request-newpackage.php
Modified: pear/pearweb/trunk/public_html/account-request-newpackage.php
===================================================================
--- pear/pearweb/trunk/public_html/account-request-newpackage.php 2011-04-13 02:35:00 UTC (rev 310183)
+++ pear/pearweb/trunk/public_html/account-request-newpackage.php 2011-04-13 02:38:32 UTC (rev 310184)
@@ -55,14 +55,14 @@
$display_form = true;
}
- if (empty($stripped['comments_read'])) {
+ if (empty($stripped['read_everything']['comments_read'])) {
$errors[] = 'Obviously you did not read all the comments'
. ' concerning the need for an account. Please read '
. 'them again.';
$display_form = true;
}
- if (isset($_POST['purposek']) && count($_POST['purpose'])) {
+ if (isset($_POST['purpose']) && count($_POST['purpose'])) {
$errors[] = 'The purpose(s) you selected do not require a PEAR account.';
$display_form = true;
}