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 | Agnes - Engel im Feuer | |
Originaltitle: | Agnes of God | |
Regie: | Norman Jewison | |
Darsteller: | Jane Fonda, Anne Bancroft, Meg Tilly | |
Erscheinungsjahr: | 1985 | |
Land: | Kanada | |
Stichwort: | Hysterie, Hypnose | |
Release: | 21.08.1985 |
Handlung | ||
Agnes, eine junge Ordensschwester, wird verdächtigt ihr Kind bei der Geburt ermordet zu haben. Sie gibt an weder von der Empfängnis noch der Geburt je etwas gewusst zu haben. Die Äbtissin, Miriam Ruth, deckt sie. Die vom Gericht bestellte Psychiaterin Dr. Martha Livingston kommt nach intensiven Gesprächen mit Agnes und Ruth und dem Einsatz von Hypnose hinter die höchst komplexe Wahrheit. Der Fall von heiliger Hysterie offenbart sexuellen Missbrauch und Wundergläubigkeit, aber auch eine aufgestaute Sehnsucht nach Anerkennung und Liebe bei allen Beteiligten.
|
Weitere Info | ||
nach dem Theaterstück von John Pielmeier "Lamm Gottes" (Originaltitel: Agnes of God, 1979) aus "Agnes of God": MARTHA MOTHER MIRIAM MARTHA MOTHER MIRIAM MARTHA MOTHER MIRIAM
|
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