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 | Nacht kennt keine Schatten, Die | |
Originaltitle: | Fear Strikes Out | |
Regie: | Robert Mulligan | |
Darsteller: | Anthony Perkins, Karl Malden, Norma Moore | |
Erscheinungsjahr: | 1957 | |
Land: | USA | |
Stichwort: | Epilepsie, Elektroschocktherapie, Anfälle, Psychiatrie, Anstalt | |
Release: | 20.03.1957 |
Handlung | ||
Der junge Baseballspieler Jimmy Piersall wird von seinem ehrgeizigen Vater zu immer höheren Leistungen angetrieben, bis er sich diesem durch einen Nervenzusammenbruch entzieht. Er wird in eine Nervenheilanstalt eingewiesen. Langsam erkennt er, dass sein sportlicher Einsatz nur der Befriedigung des dominierenden Vaters galt.
|
Weitere Info | ||
Based on Piersall's shattering tell-all autobiography, the film traces Jimmy's ascent from the sandlots of Waterbury, CT, to the Boston Red Sox, with his domineering father (Karl Malden) pushing the boy beyond all reasonable limits. This film was preceded by a 1956 TV version starring Tab Hunter. Auftritt von Jim Piersall bei der TV-Sendung "What's my line?", in der auch der Film über sein Leben genannt wird. http://www.youtube.com/watch?v=G61H3lJKi80&feature=related "The treatment method most often exploited for its dramatic effect is electroconvulsive therapy (ECT). The treatment is presented as horrific, often with equipment reminiscent of Frankenstein's laboratory. ......... More positve portrayal occurs in few films. For example, in Fear strikes out (1957). ECT occurs off camera and the patient walks calmly into the treatment room."
|
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