or something...
On a project I'm working on, whenever I post a comment using the quick reply, it sends the last message to $_POST, not the current one. This means the first time I submit anything it submits "" first. I thought I was going insane until I started checking the $_POST values before including global.php, and surely enough it's a problem with the editor. The weird thing is noone else is having the problem on the testing site. Any ideas?
HTML Code:
<script type=\"text/javascript\">
<!--
var threaded_mode = $threadedmode;
var require_click = $show[qr_require_click];
var is_last_page = $show[allow_ajax_qr]; // leave for people with cached JS files
var allow_ajax_qr = $show[allow_ajax_qr];
var ajax_last_post = " . intval($effective_lastpost) . ";
// -->
Something to do with that perhaps??