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 ] [ Stichwort ] [ Info Filmdatenbank IMDb ] |
Titel | Wirkung von Gammastrahlen auf Ringelblumen | |
Originaltitel: | The Effect of Gamma Rays on Man-in-the-Moon Marigolds | |
Genre: | Problemfilm | |
Directed: | Paul Newman | |
Besetzung: | Joanne Woodward, Nell Potts, Roberta Wallach | |
Kommentar: | 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/16793571Fernsehtitel auch: ""Der Einfluß von Gammastrahlen auf das Wachstum""The Effect of Gamma Rays on Man-in-the-Moon Marigolds: From the Pullizer Prize winning play by Paul Zindel, this is the story of Beatrice Hunsdorfer and her daughters, Ruth and Matilda. A middle-aged widowed eccentric, Beatrice is looking for her life in the classified ads while all about her is the rubble of an unkempt house. All she needs is the right opportunity, she says puffing on a cigarette. Poorly equipped to survive the vagaries of modern life, she has nonetheless always managed to muddle through. Ruth, epileptic and making her way through the rebellious phase of adolescence, seems doomed to make the same mistakes as her mother. Quiet Matilda, on the other hand, seeks refuge in her animals and her schoolwork. ""Jesus, don't you hate the world, Matilda?"" Beatrice asks her youngest daughter. The title of the film is also the subject of Matilda's science project at school and serves as a metaphor for the way life affects each of us differently -- how some are able to find opportunity in adversity and thrive and how some succumb when the burden becomes too heavy. This is the story of slowly drowning and grasping desperately for a lifeline only to find that there's none there and you must save yourself. ""No, Mama,"" Matilda says, ""I don't hate the world."" (Nell Potts, who stars as Matilda, is the stage name of Eleanor Newman -- Joanne Woodward's real-life daughter. She also appeared as the young Rachel in *Rachel, Rachel*.) | |
Jahr: | 1972 | |
Veröffentlicht: | 00.00.0000 | |
Land: | USA |
Handlung | ||
Geschichte der frustrierten Hausfrau und Witwe Beatrice und ihrer beiden Töchter, Ruth und Matilda. Ruth hat Epilepsie und scheint die gleichen Fehler wie ihre Mutter machen zu wollen. Matilda geht ganz in ihrer wissenschaftlichen Arbeit auf, bei der es - wie der Titel besagt - um die Wirkung von Gammastrahlen auf Ringelblumen geht.
|
Stichwort | ||
Krankheitsname fällt, Expertenzuordnung, Nebenrolle, Epilepsiespielfilm |
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