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 | Der letzte König von Schottland - In den Fängen der Macht | |
Originaltitle: | The Last King of Scotland | |
Regie: | Kevin Macdonald | |
Darsteller: | Forest Whitaker, James McAvoy, Kerry Washington | |
Erscheinungsjahr: | 2006 | |
Land: | UK | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle | |
Release: | 01.09.2006 |
Handlung | ||
Der Arzt Nicholas Garrigan begibt sich 1970 nach Uganda, um seinem konservativen Vater zu entkommen. Er wird Leibarzt und rechte Hand des Diktators Idi Amin. Garrigan ignoriert die Verbrechen Amins zunächst. Aber allmählich wird ihm bewusst, wem er dient. Garrigan beginnt eine Affäre mit Kay Amin, einer der Frauen des polygamen Diktators. Er fühlt sich von ihrer Standhaftigkeit angezogen und ist wütend über Amins brutale Behandlung ihres unter Epilepsie leidenden Sohnes.
|
Weitere Info | ||
Aufgenommen in die Filmliste ""Epilepsie im Spielfilm"" von Friedhelm C. Schmitt, siehe auch www.medizin-im-film.de * Anfall des Sohnes von Kay Amin Nach dem gleichnamigen Roman von Giles Foden, 2006 from Toba Kerson's notes: Ch. 12: after scene in hospital when Nicholas Garrigan, young Scottish physician who has become the physician to Idi Amin and the other doc hear gunshots from the prison and run out on the roof to see what is going on. Nicholas is called to the house of one of Amin’s wives to see her son who is having a tonic-clonic seizure. He wants the boy taken to the hospital but mother begs him not to. He asks why she doesn’t live in the house with the other wives. She says, “Since I had MacKenzie, my husband prefers us to be someplace more private.” Comments from Garrigan followed by . . “He visits the children, not me. I am a bad woman.” Der Filmtitel ist eine Anspielung darauf, dass sich Amin selbst gerne als „His Excellency President for Life Field Marshal Al Hadji Dr. Idi Amin, VC, DSO, MC, King of Scotland Lord of All the Beasts of the Earth and Fishes of the Sea and Conqueror of the British Empire in Africa in General and Uganda in Particular“ bezeichnete. (Wikipedia)
|
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