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 | Eine Liebe in Brooklyn | |
Originaltitle: | Disappearing Acts | |
Regie: | Gina Prince-Bythewood | |
Darsteller: | Sanaa Lathan, Wesley Snipes, Michael Imperioli | |
Erscheinungsjahr: | 2000 | |
Land: | USA | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle | |
Release: | 09.12.2000 |
Handlung | ||
Zora Banks, Musiklehrerin und Sängerin mit Karriereaussichten verliebt sich in den Gelegenheitsarbeiter Franklin. Das ungleiche Paar bekommt bald Geldsorgen und Beziehungsprobleme. Beide haben dem anderen Unangenehmes aus ihrer Vergangenheit vorenthalten. Schliesslich überwindet das ungleiche Paar alle Hindernisse.
|
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 http://www.john-libbey-eurotext.fr/en/revues/medecine/epd/e-docs/00/04/1B/94/article.md nach dem Roman von Mac Millan, Terry. „Disappearing Acts“, USA 1989; dte Übersetzung "Ab durch die Mitte“, 1993
The next day, Zora finds Franklin at work and admits that she would not have gotten involved with him had she known the truth about him earlier. She then confides that she loves him and asks him to move in with her, expressing the desire to meet his children. In return, he tells her he loves her and promises that as soon as he gets the money he'll get the divorce. Zora meets Franklin's sons, Marcus (Dequan Henderson) and Tyree (Fernando Phifer Cameron), and while the younger Tyree warms up to Zora quickly after she teaches him some notes on her piano, Marcus isn't so welcoming to her. Despite all the obstacles the two continue to fall deeper in love, but things come to a head when Zora suffers an epileptic seizure while sleeping. The next morning when confronted by Franklin on why he ever knew of her condition, she says she didn't want to scare him off and didn't know how he would handle it. Franklin reassures her that'll it take more than that to get him to walk." 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