*** empty log message ***
parent
87916cf8bb
commit
f036327299
|
@ -46,9 +46,9 @@ function submit_preview($subject, $abstract, $article, $section) {
|
|||
|
||||
include "includes/story.inc";
|
||||
|
||||
$subject = check_output($subject);
|
||||
$article = check_output($article);
|
||||
$abstract = check_output($abstract);
|
||||
$subject = ($subject) ? check_output($subject) : "";
|
||||
$article = ($article) ? check_output($article) : "";
|
||||
$abstract = ($abstract) ? check_output($abstract) : "";
|
||||
|
||||
$output .= "<FORM ACTION=\"submit.php\" METHOD=\"post\">\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue