From 36a7cddb54cf2c1b5ab24408198fa5ee5f63e5d9 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 21 Jun 2012 17:14:48 +0000 Subject: [PATCH] 0000605: Ajouter interface pour les documents state --- include/doc_state.inc.php | 54 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 include/doc_state.inc.php 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