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

@ -69,7 +69,7 @@ if ( ! isset ( $action )) {
// Javascript
echo JS_VIEW_JRN_MODIFY;
//////////////////////////////////////////////////////////////////////
//-----------------------------------------------------
if ( $action == 'update' ) {
if ( ($priv=CheckJrn($_SESSION['g_dossier'],$_SESSION['g_user'],$_GET['p_jrn'],true)) < 1 ) {
NoAccess();
@ -143,7 +143,7 @@ if ( isset($_POST['update_record']) ) {
self.opener.RefreshMe();
</script>';
} // if update_record
//////////////////////////////////////////////////////////////////////
//-----------------------------------------------------
if ( $action == 'delete' ) {
echo_debug('modify_op.php',__LINE__," Call DeleteRapt($cn,".$_GET['line'].",".$_GET['line2'].")");
DeleteRapt($cn,$_GET['line'],$_GET['line2']);