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 | Le Soleil Au dessus des nuages | |
Originaltitle: | Le soleil au-dessus des nuages | |
Regie: | Eric Le Roch | |
Darsteller: | Daniel Prévost, Serge Hazanavicius, Hélène Vincent | |
Erscheinungsjahr: | 2001 | |
Land: | Frankreich | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle | |
Release: | 02.05.2001 |
Handlung | ||
Der griesgrämige und aggressive 50jährige Junggeselle Jean, der seine Arbeit verloren hat und vereinsamt ist, macht die Bekanntschaft von d'Antoine, einem heiteren angehenden Zauberer, der ihn das Leben schätzen lässt
|
Weitere Info | ||
Ausschnitte: http://www.allocine.fr/video/player_gen_cmedia=18653655&cfilm=29185.html Ein unvermuteter (anfallartiger?) Sturz führt die ungleichen Freunde zusammen. Ohnmachten oder vergleichbares Hinfallen scheint eine der Charakteristiken von Jean zu sein. 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: Jean has had several episodes of shortness of breath and feeling very tired. He also has episodes of stopping action remaining standing and staring, once or twice having visual hallucinations – they are sitting in the evening on a bench because Jean is tired. Four young guys come over to them and ask them for money. Antoine has them both standing and facing the guys and he tells the guys that they haven’t any money. He suddenly falls down and feigns some kind of an attack where he rolls around, groans, and Jean imitates him and also holds his stomach.
|
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