682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
|
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
|
-
+
+
+
|
@ <div class='debug'>
@ This is the artifact that would have been generated:
@ <pre>%h(blob_str(&x))</pre>
@ </div>
blob_reset(&x);
return 0;
}else{
int nrid = wiki_put(&x, 0, forum_need_moderation());
int nrid = wiki_put(&x, iEdit>0 ? iEdit : 0,
forum_need_moderation());
blob_reset(&x);
cgi_redirectf("%R/forumpost/%S", rid_to_uuid(nrid));
return 1;
}
}
/*
** Paint the form elements for entering a Forum post
|