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 | Engländer, der auf einen Hügel stieg, Der |
Originaltitle: | The Englishman Who Went Up a Hill But Came Down a Mountain | |
Regie: | Christopher Monger | |
Darsteller: | Hugh Grant, Tara Fitzgerald, Colm Meaney | |
Erscheinungsjahr: | 1995 | |
Land: | UK | |
Stichwort: | Epilepsie, Anfälle, epileptischer Anfall, Kriegsverletzung, Veteran | |
Release: | 12.05.1995 |
Handlung | ||
Wales im Jahr 1917: Die Gemeinde Ffynnon Garw schüttet ihren Hausberg auf, damit er die für Berge erforderlichen 1.000 m erreicht. Gastwirt Morgan und Reverend Jones sind die treibenden Kräfte. Einem jungen, epilepsiekranken Dorfbewohner, der schwer geschädigt aus dem Weltkrieg heimkehrte, gelingt es, seine Ängste bei diesem Gemeinschaftswerk zu überwinden. Der Landvermesser verliebt sich in die Dorfschönheit und heiratet sie auch.
|
Weitere Info | ||
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" from Toba Kerson's notes: One of the locals goes up to the top of the hill in the big rainstorm that is washing away the top of the mountain. He has a grand mal seizure on the mountain top. Two guys drag him down and he is still seizing. Morgan’s solution is to give him a double cognac. They call him an idiot and say that the doctor has changed his medicine. Woman comes in and says to Morgan, what have you done? Bei dem epilepsiekranken jungen Mann ist der Name sein Schicksal - Johnny Shellshocked „Wie konnten wir denen noch ins Gesicht sehen, die aus dem Krieg heimkehrten und keinen Berg mehr vorfanden? Während sie gegen den Feind (im englischen Original „the Germans“, also „gegen die Deutschen“) kämpften, hatten wir einen Berg an die Engländer verloren.“ Der erzählende Großvater erklärt seinem Enkel die plötzliche Entschlossenheit des Dorfes (aus Wikipedia) Der Eifer des Dorfes, die Überwindung der Angst, Zusammenbruch und Widerauferstehung im epileptischen Anfall, der Erste Weltkrieg - das alles hängt enger zusammen als die Kommödie auf den ersten Blick ahnen lässt.
|
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