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 | Leben in Leidenschaft, Ein |
Originaltitle: | Lust for Life | |
Regie: | Vincente Minnelli | |
Darsteller: | Kirk Douglas, Anthony Quinn, James Donald | |
Erscheinungsjahr: | 1956 | |
Land: | USA | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle, Psychose, Alkoholismus, Sucht, Psychiatrie | |
Release: | 17.09.1956 |
Handlung | ||
Vincent van Gogh scheitert als Prediger und Ehemann. Nach dem Tod seines Vaters (Schlaganfall) wird er endgültig Maler. Er bleibt aber trotz der Bemühungen seines Bruders Theo, der ihn als Galerist lebenslang unterstützt, erfolglos. In Arles zerstreitet er sich mit seinem Malerkollegen Gaugin. In einem psychotischen Anfall verletzt er sich selbst und wird u.a. mit der Diagnose Epilepsie in die Psychiatrie eingewiesen. Er stirbt nach einem gescheiterten Selbstmordversuch.
|
Weitere Info | ||
nach: Irving Stone: Vincent van Gogh. Ein Leben in Leidenschaft. Roman-Biographie (Originaltitel: Lust For Life). Deutsch von Mildred Harnack-Fish. Rowohlt-Taschenbuch-Verlag, Reinbek bei Hamburg 2002, 329 S., ISBN 3-499-11099-7Ein epileptischer Anfall lässt van Gogh in der Anstalt von einer Mauer stürzen. Aufgenommen in die Epilepsie-Filmographie von Kerson, Toba et al.: Implacable Images: Why Epileptiform Events Continue to be Featured in Film and Television, "http://www.ncbi.nlm.nih.gov/pubmed/16793571"
|
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