Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9200
Modified Files:
NEWS serendipity_functions.inc.php
Log Message:
js error
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- serendipity_functions.inc.php 26 May 2004 17:02:32 -0000 1.274
+++ serendipity_functions.inc.php 28 May 2004 09:31:18 -0000 1.275
@@ -219,7 +219,7 @@
global $serendipity;
?>
<div class="serendipityCommentForm">
- <form <?php echo ($serendipity['XHTML11'] ? 'id' : 'name'); ?>="serendipity_comment" action="<?php echo $url; ?>" method="post" onsubmit="if (this.serendipity_remember.checked) rememberMe(this, '<?php echo $_SERVER['HTTP_HOST']; ?>')">
+ <form <?php echo ($serendipity['XHTML11'] ? 'id' : 'name'); ?>="serendipity_comment" action="<?php echo $url; ?>" method="post" onsubmit="if (document.getElementById('serendipity_remember') && document.getElementById('serendipity_remember').checked) rememberMe(this, '<?php echo $_SERVER['HTTP_HOST']; ?>')">
<div><input type="hidden" name="serendipity[entry_id]" value="<?php echo $id; ?>" /></div>
<table border="0" width="100%" cellpadding="3">
<tr>
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- NEWS 27 May 2004 13:11:35 -0000 1.136
+++ NEWS 28 May 2004 09:31:18 -0000 1.137
@@ -3,6 +3,9 @@
Version 0.7 ()
------------------------------------------------------------------------
+ * Fixed javascript error when submitting comments with "remember me"
+ checkbox. (garvinhicking)
+
* XML-RPC methods updated to includer blogger.getRecentPosts and
blogger.getPost (Till Adam)
|