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 | Gemini | |
Originaltitel: | Gemini | |
Genre: | Drama | |
Directed: | Chris Du Toit | |
Besetzung: | Sybil Coetzee, Deirdre During, Kerneels Esterhuyse | |
Kommentar: | Aufgenommen in die Epilepsie-Filmographie von Kerson, Toba et al.: Implacable Images: Why Epileptiform Events Continue to be Featured in Film and Television, HYPERLINK "http://www.ncbi.nlm.nih.gov/pubmed/16793571" http://www.ncbi.nlm.nih.gov/pubmed/16793571 HYPERLINK "http://www.john-libbey-eurotext.fr/en/revues/medecine/epd/e-docs/00/04/1B/94/article.md" http://www.john-libbey-eurotext.fr/en/revues/medecine/epd/e-docs/00/04/1B/94/article.md In Schwaber Kerson, Toba: "Epilepsy and Media" (Manuskript) im Zusammenhang mit epileptischen Anfällen genannt. Bunnys Selbstmordversuch und die Leiden des jungen Herschel, siehe: http://www.youtube.com/watch?v=ixWRVJrpVj8 from Toba Kerson's notes: One young man who is a twerp has asthma attacks in the film and epilepsy is alluded to. Another character, the brother of the two Harvard friends, then feigns a seizure. Clip: in about the middle of the film, look for the scene in which the Madeleine Kahn character, (very blond, big hair) climbs the fire escape because she says she is going to kill herself. Epilepsy is mentioned, the son, Herschel says, among other things, if you come down, I’ll stop having seizures. I’ll take gym classes. Soon after, mother says to the son, “Did you have a (?) Petit mal yesterday? Herschel falls on his back into a dumpster. Soon after that, Randy, the college friend, feigns a seizure. | |
Jahr: | 1980 | |
Veröffentlicht: | 00.00.0000 | |
Land: | Südafrika |
Handlung | ||
Der Havard-Student Francis Geminiani feiert seinen 21. Geburtstag. Mitfeiern wollen sein geschiedener Vater Fran, dessen Freundin Lucille, seine Nachbarin Bunny Weinberger mit ihrem übergewichtigen, athma- und epilepsiekranken Sohn Herschel sowie Francis College-Kollegen die reichen und hochnäsigen Hastings-Zwillinge. Schliesslich kommen überraschend und ungelegen Judith und Randy. Komisches und Tragisches ereignet sich u.a. Bunny's inszenierter Selbstmordversuch.
|
Stichwort | ||
Epilepsiespielfilm, Expertenzuordnung, Krankheitsname fällt, Mit Anfall, simulierter Anfall, Nebenrolle |
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