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 | Pressure point | |
Originaltitle: | Pressure Point | |
Regie: | Hubert Cornfield | |
Darsteller: | Sidney Poitier, Bobby Darin, Peter Falk | |
Erscheinungsjahr: | 1962 | |
Land: | USA | |
Stichwort: | Psychose, Anstalt | |
Release: | 02.12.1962 |
Handlung | ||
Ein Gefängnispsychiater behandelt einen jungen Gefangenen und bringt dessen psychotischen Symptome zu verschwinden, verändert aber dessen Haltung nicht.
|
Weitere Info | ||
The story is told in flashback. Poitier plays the chief psychiatrist at an institution in 1962. A doctor on his staff is frustrated with his patient and wants him assigned to another doctor. Poitier then tells his story of having a similar experience 20 years earlier with a Nazi sympathizer. In the flashback, a new prisoner arrives and is assigned to Poitier, a psychiatrist. Poitier soon discovers the prisoner was arrested for sedition by joining the Nazi party during the war and calling for overthrow of the American government. The prisoner discusses sociopathic behaviors throughout his life with the psychiatrist, each being shown as a flashback first to his childhood where he had an abusive alcoholic father and mother with dependency issues, second to his early adulthood where he leads a gang of young adults terrorizing various locations and then to recently in the prisoners life where he had joined the Nazi party. Throughout the inmates life he displays a lack of emotion for those around them and works to obtain only pleasure for himself through disruptive acts displaying the traits of Antisocial Personality Disorder. Throughout the series of flashbacks Poitier begins to understand that the inmate is both a danger to society at large and that if he is released that he would go about using his superficial wits and charms for his own ends. Poitier risks his reputation to have the inmate contained because outside of his office the inmate has a reputation as a model prisoner. The psychiatric staff decide to release him against Poitier's recommendation, they believe him to have a personal conflict against the inmate due to his beliefs in Nazism. This ends Poitier's flashback to his doctor and we return to the present. His doctor under him asks about what happened the inmate and we learn that he later beat a man to death for no reason. siehe:
|
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