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 | Wilde Sehnsucht |
Originaltitle: | Wildflower | |
Regie: | Diane Keaton | |
Darsteller: | Patricia Arquette, Beau Bridges, Susan Blakely, William McNamara | |
Erscheinungsjahr: | 1991 | |
Land: | USA | |
Stichwort: | Epilepsie, auffällig, hörbehindert, Anfälle, epileptischer Anfall | |
Release: | 03.12.1991 |
Handlung | ||
Die von ihren Eltern verstoßene kleine Alice wird durch die Fürsorge der Nachbarskinder und die Liebe zu einem Gleichaltrigen von diesem Alptraum befreit. Schuld an der Vereinsamung und allem, was daraus folgt, sind Alice's epileptischen Anfälle und eine Hörbehinderung. Weggesperrt und verwahrlost benimmt sie sich, wie es der vorurteilsvollen Erwartung gegenüber Behinderten entspricht. Vom Stigma befreit, blüht sie auf.
|
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: (Alice) has two grand mal seizures – 1 fairly early in the shed and the second in the cornfield when she has run away from them Diane Keaton ist ein einfühlsamer Kinderfilm für Erwachsene gelungen. Schön wäre es, wenn er auch Kindern zusagte. Epilepsie spielt darin eine wichtige Nebenrolle. Freude kann man an den vielen unaufdringlichen Hinweisen haben, anhand deren klar wird: Ohne Zuspruch gedeiht kein Talent. Wieviel mehr gilt dies für Menschen, die mit handicaps aufwachsen.
|
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