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 | Schlangengrube, Die | |
Originaltitle: | Snake Pit, The | |
Regie: | Anatole Litvak | |
Darsteller: | Olivia de Havilland, Mark Stevens, Leo Genn | |
Erscheinungsjahr: | 1948 | |
Land: | USA | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle, Elektroschocktherapie, Psychotherapie, Psychiatrie | |
Release: | 04.11.1948 |
Handlung | ||
Das scheinbare Eheglück von Virginia und Robert Cunningham ist durch Virginia's psychische Veränderungen getrübt. Mark Van Kensdelaerik, MD/"Dr. Kirk" sucht in der psychiatrischen Anstalt, in die Virginia eingewiesen wird, die Wurzel ihrer Psychose zu begreifen. Doch erst als sie in die geschlossene Abteilung verbracht wird, die sogenannte „Schlangengrube“, bessert sich ihr Zustand. Die Begegnung mit schwersten Krankheitsfällen lässt sie wie durch eine Schocktherapie langsam gesunden.
|
Weitere Info | ||
nach dem gleichnamigen autobiografischen Roman von Mary Jane Ward über ihre Erfahrungen in der Psychiatrie (1946) "Gene Tierney was the first choice to play Virginia Stuart Cunningham, but was replaced by Olivia de Havilland when Tierney became pregnant. Director Anatole Litvak insisted upon three months of grueling research. He demanded that the entire cast and crew accompany him to various mental institutions and to lectures by leading psychiatrists. He didn't have to convince Olivia de Havilland. She threw herself into the research with an intensity that surprised even those who knew her best. She watched carefully each of the procedures then in vogue, including hydrotherapy and electric shock treatments. When permitted, she sat in on long individual therapy sessions. She attended social functions, including dinners and dances with the patients. In fact, when, after the film's release, columnist Florabel Muir questioned in print whether any mental institution actually "allowed contact dances among violent inmates," she was surprised by a telephone call from de Havilland, who assured her she had attended several such dances herself.[5] Much of the film was filmed in the Camarillo State Mental Hospital in California." (Wikipedia) nach dem gleichnamigen autobiografischen Roman von Mary Jane Ward über ihre Erfahrungen in der Psychiatrie (1946) Set in a mental institution, "The Snake Pit," based on Mary Jane Ward's fictionalized memoirs, is one of Hollywood's first films to deal in a serious way with mental breakdown and the painstakingly slow recovery process. Produced by Darryl F. Zanuck at Fox, Anatole Litvak's film is uneven, containing many intelligent sequences but also some that are just lurid and sensationalistic. |
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