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 ] [ Info Filmdatenbank IMDb ] |
Title | Seizure: The story of Kathy Morris | |
Originaltitle: | Seizure: The Story of Kathy Morris | |
Regie: | Gerald I. Isenberg | |
Darsteller: | Leonard Nimoy, Penelope Milford, Christopher Allport | |
Erscheinungsjahr: | 1980 | |
Land: | USA | |
Stichwort: | Epilepsie, Hirnoperation | |
Release: | 09.01.1980 |
Handlung | ||
Die Sängerin Kathy Morris unterzieht sich einer Epilepsieoperation. Sie macht danach einen langwierigen Prozess der Rehabilitation durch, bei dem sie von Dr Richard Connought, einem rauen doch erfahrenen Neurochirurgen, unterstützt wird. Diesem hilft seine Erfahrung mit Kathy, sich mit seiner Frau wieder zu versöhnen.
|
Weitere Info | ||
Nach einer wahren Begebenheit und deren Beschreibung: Charles L. Mee, Seizure, 1978; Das Drehbuch für den Spielfilm "Seizure" schrieben Robert Lewin und Charles L. Mee Jr. Charles L. Mee Jr. was born on September 15, 1938 in Evanston, Illinois, USA. He is a writer, known for "Seizure: The Story of Kathy Morris" (1980) / IMDB Der Film mischt sichtlich Fiction und Dokumentation, wenn zum Schluss die „wirkliche“ Kathy Moss als Sängerin auftritt. Zu Inhalt und Bedeutung des Fils siehe: Wolf, P., Baxendal, S. :Epilepsy surgery in literature and film. In: Epilepsy surgery, ed. Hans Lüders, Informa 2008, S.194
|
Filminfo aus der IMDb Datenbank |
[ Info Filmdatenbank IMDb ] [ Trailer ] |
/**********************************************************************************************
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