function propTypeDateAddedSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "DATE_FORMAT(movies.DateAdded, '$GLOBALS[strDefaultDateFormat]') AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("movies.DateAdded"); } } function propTypeClicksSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "movies.DownloadCount AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeUserAddedSql($prop, $role) { global $CFG; if($role=="sql") { $sql = array(); $sql['select'] = "users.name AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]users AS users"] = "users.ID=movies.UserAddedID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeCommentsSql($prop, $role) { global $CFG; if($role=="sql") { $sql['select'] = "COUNT(comment.ID) AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]comment AS comment"] = "comment.MovieID=movies.MovieID"; $sql['group'][] = "movies.MovieID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } if(file_exists('localproptypes.php')) { include('localproptypes.php'); } ?>
[ Handlung ] [ Weitere Info ] |
Title | ER: Kein Trost für Dr. Ross | |
Originaltitle: | ER: Last call | |
Regie: | Rod Holcomb | |
Darsteller: | George Cluny | |
Erscheinungsjahr: | 1996 | |
Land: | USA | |
Stichwort: | Epilepsie, Anfälle, E.R., status epilepticus, epileptischer Anfall | |
Release: | 17.10.1996 |
Handlung | ||
Dr. Ross bringt Nadine Wilkes, eine seiner vielen Liebschaften, persönlich in die Notaufnahme, weil sie nach einer Nacht mit Drogen und Sex heftig und wiederholt krampft. Die Patientin stirbt nach 30 Minuten im status epilepticus. Ross fühlt sich schuldig, weil er mit jemand Sex gehabt hat, der ihm völlig fremd war. Seine Kollegen verurteilen ihn zudem moralisch.
|
Weitere Info | ||
TV-Serie "Emergency Room - Die Notaufnahme; OT "E.R."; 03/04, Erstausstrahlung 7.10.1996 Die ER-Episode steht fast ganz im Zeichen des Falles einer Epilepsie mit tödlichem Ausgang. Damit trägt sie einen besonderen Charakter wie die Episode "Schwarzer Freitag" (Love's Labor's Lost), in der fast ausschliesslich eine Eklampsie mit tödlichen Folgen für die Mutter behandelt wird.
|
/**********************************************************************************************
YOU ARE NOT ALLOWED TO REMOVE THIS COPYRIGHT-Note!!!!!!
You didn't pay anything for this script, so you could at least
leave this Copyright-Notice here, it is only one short line at the bottom... thx :D
***********************************************************************************************/
?>
Copyright © 1998-2006 by Nikotto
modified by xiah