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 | Brücke von San Luis Rey, Die | |
Originaltitle: | bridge of San Luis Rey, The | |
Regie: | Rowland V. Lee | |
Darsteller: | Lynn Bari, Akim Tamiroff, Francis Lederer | |
Erscheinungsjahr: | 1944 | |
Land: | USA | |
Stichwort: | Epilepsie, Literaturverfilmung | |
Release: | 00.00.0000 |
Handlung | ||
Peru, 1714. Die Hängebrücke von San Luis Rey, die noch aus der Zeit de Inkas stammt, zerbricht und reißt fünf Menschen mit in den Tod. Bruder Juniper untersucht die Hintergründe, um hinter Gottes Plan dabei zu kommen. Er berichtet schließlich dem Vizekönig von Peru, Don Andres. In Rückblenden werden die Schicksale der fünf Opfer erzählt, die sich zum Zeitpunkt des Unglücks auf der Brücke befanden.
|
Weitere Info | ||
Aufgenommen in den cumulative catalogue of works of fiction with epilepsy motives by Prof. Dr. Peter Wolf, Bielefeld, March 1999 nach dem gleichnamigen Roman von Thornton Wilder (1927) Hier bekommt der kleine Don Jaime, Sohn der Schauspielerin Perichole und des Vizekönigs von Peru epileptische Anfälle. Sein Vater gilt ebenfalls als epilepsiekrank. Notizen über die Krankheit und ihr Auftreten liegen nicht vor. "But this movie really belongs to veteran character actors Louis Calhern as the Viceroy who is in love with Michaela, and Akim Tamiroff as Uncle Pio, Michaela' manager and the Viceroy's confidant-spy. The witty, literate exchanges between these two is the most amusing aspect of the movie." http://www.imdb.com/title/tt0036672/usercomments siehe hier auch Versionen 2004, 1929
|
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