Cosmetic - add Document interne, bug with suivi_courrier not fixed!!!

This commit is contained in:
sparkyx 2006-06-26 23:48:50 +00:00
parent e33849fd0a
commit ded44ec1ac
379 changed files with 4477 additions and 6828 deletions

View file

@ -70,7 +70,7 @@ echo '<DIV CLASS="u_redcontent">';
/* Analyse ce qui est demandé */
/* Effacement d'une ligne */
if (isset ($_GET['action'])) {
////////////////////////////////////////////////////////////////////////////////
//-----------------------------------------------------
// Action == remove a line
if ( $_GET['action']=="del" ) {
if ( isset ($_GET['l']) ) {
@ -91,7 +91,7 @@ if (isset ($_GET['action'])) {
} // isset ($l)
} //$action == del
} // isset action
////////////////////////////////////////////////////////////////////////////////
//-----------------------------------------------------
/* Ajout d'une ligne */
if ( isset ( $_POST["Add"] ) ) {
extract ($_POST);