diff --git a/include/doc_state.inc.php b/include/doc_state.inc.php new file mode 100644 index 000000000..6d567b504 --- /dev/null +++ b/include/doc_state.inc.php @@ -0,0 +1,54 @@ +exec_sql('insert into document_state(s_value) values ($1)',array($_POST['s_value'])); + } +} +$a_stat=$cn->get_array("select s_value from document_state order by 1"); +?> + + + + + + + + +
+ +
+
+ input()?> + +
\ No newline at end of file