- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / modules / news / headline-edit-save.php
blob3e235b082544025c389993fa569afae98e183936
1 <?php
2 //error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR);
3 require_once('./roots.php');
4 require_once($root_path.'include/inc_environment_global.php');
5 /**
6 * CARE2X Integrated Hospital Information System beta 1.0.08 - 2003-10-05
7 * GNU General Public License
8 * Copyright 2002,2003,2004,2005,2006 Elpidio Latorilla
9 * elpidio@care2x.org,
11 * See the file "copy_notice.txt" for the licence notice
13 define('LANG_FILE','editor.php');
14 $local_user='ck_editor_user';
15 require_once($root_path.'include/inc_front_chain_lang.php');
17 $fileforward=$HTTP_SESSION_VARS['sess_file_reader'];
19 $dept_nr=$HTTP_SESSION_VARS['sess_dept_nr'];
21 if(($artnum)&&($mode=='save'))
23 include($root_path.'include/inc_news_save.php');