- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / include / inc_news_get_one.php
blob103c8aa6b7e644de6dc99600de8ffd75d460496a
1 <?php
2 /*------begin------ This protection code was suggested by Luki R. luki@karet.org ---- */
3 if (eregi('inc_news_get_one.php',$PHP_SELF))
4 die('<meta http-equiv="refresh" content="0; url=../">');
6 $sql='SELECT nr,title,preface,body,pic_mime,art_num, author, submit_date FROM care_news_article WHERE nr='.$nr;
8 if($ergebnis=$db->Execute($sql)) {
9 $news=$ergebnis->FetchRow();