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 | Verlorenen, Die | |
Originaltitle: | The cobweb | |
Regie: | Vincent Minelli | |
Darsteller: | Richard Widmark, Gloria Grahame, Charles Boyer, Laurel Bacall | |
Erscheinungsjahr: | 1955 | |
Land: | USA | |
Stichwort: | Agoraphobie, Psychiatrie, Anstalt, Psychotherapie, Platzangst, Selbstmord, Eltern | |
Release: | 07.08.1995 |
Handlung | ||
Geschichten einer Anstalt und ihrer sich vornehm gebenden Patienten. Stewart McIver trägt als Klinikdirektor die Verantwortung für die Patienten. Seine Frau widmet sich mit besonderer Sorgfalt den Vorhängen in der Bibliothek. Die Zustände gefährden einen jungen Patienten.
|
Weitere Info | ||
nach einem Roman von William Gibson
The ensuing hassle sends Richard Widmark, the intelligent superintendent, into the arms of Lauren Bacall, the nice crafts director. Charles Boyer, a weak-willed, tippling staff member, streaks after Gloria Grahame, Mr. Widmark's restless wife, who develops a hysterical drape fixation. The abominably tempered spinster auditor, Lillian Gish, uses the issue for her own fifth-column purposes. One patient, young John Kerr, finally goes berserk. The clanging climax, which Mr. Minnelli graphically stages on a river bank during a storm, simmers down to some sane resolutions at a board meeting, and the board would have done well to meet daily."
|
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