cvs: docweb /www/rfc rfc-votes-show.php
[email protected] ("Vincent Gevers")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsvincent1123141990@cvsserver> |
vincent Thu Aug 4 03:53:10 2005 EDT
Modified files:
/docweb/www/rfc rfc-votes-show.php
Log:
Sync with pearweb changes (No need for a submit, when freezed)
http://cvs.php.net/diff.php/docweb/www/rfc/rfc-votes-show.php?r1=1.10&r2=1.11&ty=u
Index: docweb/www/rfc/rfc-votes-show.php
diff -u docweb/www/rfc/rfc-votes-show.php:1.10 docweb/www/rfc/rfc-votes-show.php:1.11
--- docweb/www/rfc/rfc-votes-show.php:1.10 Mon Aug 1 15:29:32 2005
+++ docweb/www/rfc/rfc-votes-show.php Thu Aug 4 03:53:07 2005
@@ -19,7 +19,7 @@
* @author Daniel Convissor <[email protected]>
* @copyright Copyright (c) 1997-2004 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: rfc-votes-show.php,v 1.10 2005/08/01 19:29:32 vincent Exp $
+ * @version $Id: rfc-votes-show.php,v 1.11 2005/08/04 07:53:07 vincent Exp $
*/
/**
@@ -108,6 +108,7 @@
$proposal->addVote($dbh, new ppVote($voteData));
$proposal->sendActionEmail('proposal_vote', 'user', $docwebUser);
report_success('Your vote has been registered successfully');
+ $form->removeElement('submit');
$form->freeze();
}
} else {