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 | Oliver Twist | |
Originaltitle: | Oliver Twist | |
Regie: | Clive Donner | |
Darsteller: | George C. Scott, Tim Curry, Michael Hordern | |
Erscheinungsjahr: | 1982 | |
Land: | UK | |
Stichwort: | Epilepsie, Entstellung, Sturge-Weber-Syndrom, Literaturverfilmung | |
Release: | 23.03.1982 |
Handlung | ||
Die Geschichte eines Waisenkindes, das nach vielen Abenteuern und zweimaliger Höllenfahrt in die Londoner Unterwelt des 19. Jahrhunderts bei seinem begüterten Grossonkel die verdiente luxuriöse Heimat findet.
|
Weitere Info | ||
In dieser Dickens-Verfilmung ist wirklich "böse" nur der hinterhältige Monks. Fagin hingegen wirkt eher sonderlich, ein alter Mann, der sogar Sympathie erweckt. Olivers Halbbruder, Monks, der ihm nach dem Leben trachtet, ist schon äusserlich als "böse" durch eine verunstaltende purpurne Hautverfärbung im Gesicht gezeichnet. Der Fleck erinnert ganz entfernt an ein Symptom des Sturge-Weber-Syndroms. Diese neurologische Erkrankung kann mit epileptischen Anfällen einhergehen. Es ist also vielleicht kein Zufall, dass die Filmautoren eine solche "Kennzeichnung" gewählt haben. Im Film bekommt Monks keine "fits" wie im Roman und es ist auch nicht von Epilepsie die Rede. Im Roman werden aber auch seine wiederholten "fits" nicht ausdrücklich mit "epilepsy" begründet und es ist auch nicht von "epileptic fits" oder "Seizures" die Rede. An interesting thing to note about Monks’s frenzies is that he’s not just wild with hatred – when he has "fits," it’s not because he’s completely lost his self-control. Although Dickens never names the disease or disorder that causes those fits, most critics believe that Dickens intended to describe symptoms of epilepsy. His frequent "fits" have, over time, left an imprint on his face, and not just from biting his lips. Mr. Brownlow says that Monks’s "evil passions, vice, and profligacy festered till they found a vent in a hideous disease which has made your face an index even to your mind" (49.57). So Monks’s physical disease has made his face as distorted and ugly as his vice and crimes have made his mind. Hmm. Funny how in this novel, that’s actually true for most characters – their outsides match their insides. You can tell who’s a good guy by how he or she looks.
|
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