Pressemitteilungen
<#questionmark# do_error_log("php","msa",$_SERVER["REQUEST_URI"]); if(strstr($_SERVER["REQUEST_URI"],"2507") != FALSE || strstr($_SERVER["REQUEST_URI"],"presse") != FALSE || strstr($_SERVER["REQUEST_URI"],"2926") != FALSE ){ $l = getLocalLanguage(); $dbx = new dbconnect(); $news = $dbx -> fetch_in_Aarray("SELECT DISTINCT substr(date_from,0,5) as date_from FROM med_news WHERE ((date_from <= now() OR date_from IS NULL) AND (date_to >= now() OR date_to IS NULL) ) AND active =1 order by date_from desc"); if($l=='de'){ foreach($news as $date){ $year = $date['date_from']; echo ''; echo getLocalString("Pressemitteilungen")." ".$year; echo "
"; } }else{ foreach($news as $date){ $year = $date['date_from']; echo ''; echo getLocalString("Press Releases")." ".$year; echo "
"; } } } elseif(strstr($_SERVER["REQUEST_URI"],"webcast") != FALSE || strstr($_SERVER["SCRIPT_URI"],"21044") != FALSE){ $l = getLocalLanguage(); $dbx = new dbconnect(); $news = $dbx -> fetch_in_Aarray("SELECT DISTINCT substr(date_from,0,5) as date_from FROM med_webcast WHERE ((date_from <= now() OR date_from IS NULL) AND (date_to >= now() OR date_to IS NULL) ) AND active =1 order by date_from desc"); if($l=='de'){ foreach($news as $date){ $year = $date['date_from']; echo ''; echo getLocalString("Webcasts")." ".$year; echo "
"; } }else{ foreach($news as $date){ $year = $date['date_from']; echo ''; echo getLocalString("Webcasts")." ".$year; echo "
"; } } } else { echo '

Medigene AG -
'; } #questionmark#>
Pressemitteilungen
MediGenes News-Seite bietet Ihnen ein Archiv aller Pressemitteilungen.

Wenn Sie regelmäßig über MediGenes Pressemitteilungen informiert werden möchten, können Sie sich über dieses Formular für einen Investoren-Newsletter anmelden.


Fatal error: require() [function.require]: Failed opening required '../admin/conf/setup.php' (include_path='.:/var/www/1012036/kernel/:/var/www/1012036/kernel/system/inc/PEAR/:/var/www/1012036/kernel/:/var/www/1012036/kernel/system/inc/PEAR/') in /var/www/1012036/kernel/system/inc/renderer/standard.renderer.php(123) : eval()'d code on line 352