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'); } ?>
[ Empfehlungen ] [ Handlung ] [ Weitere Info ] [ Info Filmdatenbank IMDb ] |
Title | Nacht Mutter | |
Originaltitle: | 'night, Mother | |
Regie: | Tom Moore | |
Darsteller: | Sissy Spacek, Anne Bancroft, Ed Berke | |
Erscheinungsjahr: | 1986 | |
Land: | USA | |
Stichwort: | Epilepsie | |
Release: | 05.09.1986 |
Empfehlungen | ||
Epilepsie |
Handlung | ||
Jessy Cates, eine junge, epilepsiekranke Frau, "beichtet" ihrer Mutter die Frustrationen ihres gesamten Lebens. Die Krankheit hat zu einer Vereinsamung und Entmündigung in ihrer Familie geführt. Sie sieht nun keinen anderen Ausweg mehr als den Selbstmord, praktisch im Beisein der Mutter.
|
Weitere Info | ||
nach dem gleichnamigen Roman von Marsha Norman, Night mother, 1983 Aufgenommen in die Epilepsie-Filmographie von Kerson, Toba et al.: Implacable Images: Why Epileptiform Events Continue to be Featured in Film and Television, "http://www.ncbi.nlm.nih.gov/pubmed/16793571" from Toba Kerson's notes: Jessie tells her mother to call them seizures, not fits. Mother says they are seizures in the hospital, fits at home. The longest, which I think is the 3rd begins in the kitchen. Anne Bancroft is in the kitchen and Jessie is still at the washing machine. “I think that your Daddy had little fits too. I think he sat in his chair and had little fits . . .little black-outs when their eyes don’t even close. It’s a long clip. Ends with Jessie saying to her mother, it’s just a sickness, not a curse. Epilepsy just is.
|
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