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 | A love to keep | |
Originaltitle: | A love to keep | |
Regie: | Juan Carlos Clave | |
Darsteller: | Carme Elias, Susi Sánchez, Julieta Serrano | |
Erscheinungsjahr: | 2006 | |
Land: | Spanien | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle, Elektroschocktherapie, Psychiatrie, Anstalt | |
Release: | 00.00.0000 |
Handlung | ||
Spanien unter Franco in den 70er Jahren: Zwei ineinander verliebte Lehrerinnen Elvira und Pilar leben glücklich zusammen. Pilar wird auf Antrag ihrer Eltern in eine psychiatrische Anstalt eingeliefert und dort wiederholt mit Elektro-Schock behandelt. Sie verlässt als gebrochene Frau die Anstalt. Ein erneutes Zusammenleben mit Elvira gestaltet sich extrem schwierig.
|
Weitere Info | ||
aka Electroshock Based on a true story, A Love to Keep begins in fascist Spain in the early 1970's. The two main characters are school teachers Elvira and Pilar, two women who live a quiet but happy life together until Pilar's parents intervene and have her shipped off to a psychiatric hospital for "treatment," including electroshock aversion therapy. She remains confined for over 4 years, finally released after Franco's death, as the fascists give way to a more open society and political system. However, she is a broken woman, beset by nightmares and sudden mood swings — side effects of the electroshock therapy — and their hopes for a happy life after their long-awaited reunion slowly unravel. It's a moving story, although heavily downbeat and at times difficult to watch. As a made-for-TV movie, the production values are a little rough around the edges, but the performances make up for those minor issues.(http://queerfilm.blogspot.com/2008/06/love-to-keep-electroshock.html)
|
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