cvs: docweb /www/rfc rfc-proposal-delete.php
[email protected] ("Vincent Gevers")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsvincent1124102941@cvsserver> |
vincent Mon Aug 15 06:49:01 2005 EDT
Modified files:
/docweb/www/rfc rfc-proposal-delete.php
Log:
This failed to work, for some strange reason
http://cvs.php.net/diff.php/docweb/www/rfc/rfc-proposal-delete.php?r1=1.7&r2=1.8&ty=u
Index: docweb/www/rfc/rfc-proposal-delete.php
diff -u docweb/www/rfc/rfc-proposal-delete.php:1.7 docweb/www/rfc/rfc-proposal-delete.php:1.8
--- docweb/www/rfc/rfc-proposal-delete.php:1.7 Thu Aug 11 05:43:01 2005
+++ docweb/www/rfc/rfc-proposal-delete.php Mon Aug 15 06:49:01 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-proposal-delete.php,v 1.7 2005/08/11 09:43:01 vincent Exp $
+ * @version $Id: rfc-proposal-delete.php,v 1.8 2005/08/15 10:49:01 vincent Exp $
*/
/**
@@ -80,7 +80,7 @@
htmlspecialchars($proposal->pkg_category) . '::'
. htmlspecialchars($proposal->pkg_name));
$form->addElement('textarea', 'reason',
- 'Please tell us why you chose to delete this proposal ');
+ 'Please tell us why you chose to delete this proposal ');
$form->addElement('submit', 'submit', 'Do it');