Fix default cursor

This commit is contained in:
moodler
2002-12-30 03:38:59 +00:00
parent b3fa6684ea
commit 0ae5e5ea2d
+2 -2
View File
@@ -261,9 +261,9 @@
}
if ($post->subject) {
$formstart = "form.message";
$formstart = "theform.message";
} else {
$formstart = "form.subject";
$formstart = "theform.subject";
}
if ($post->parent) {