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 ] |
Title | Le Havre | |
Originaltitle: | Le Havre | |
Regie: | Aki Kaurismäke | |
Darsteller: | imo Salminen. Mit: André Wilms, Kati Outinen, Blondin Miguel, Jean-Pierre Darroussin, Elina Salo, Pierre Etaix, Jean-Pierre Léaud | |
Erscheinungsjahr: | 2011 | |
Land: | Finnland | |
Stichwort: | Krebs | |
Release: | 00.00.0000 |
Handlung | ||
Der kleine Idrissa, illegaler Einwanderer aus Afrika nach Frankreich, soll heil nach London gebracht werden. Marcel Marx’ Frau Arletty erwartet das unausweichliche Ende ihrer Krebserkrankung im Klinikbett. Marcel kümmert sich mehr um Idrissa als um sie. Mithilfe des desillusinierten und darum entschieden dem Menschlichen verbundenen Kommissar Claude gelingt ihm die wunderbare Rettung des Jungen. Die Wunderheilung seiner Frau wird ihm geschenkt. Das Kleine-Leute-Viertel von Le Havre spielt dabei solidarisch und aktiv mit.
|
Weitere Info | ||
Und wenn sie nicht doch noch alle der Furcht vor den gefährlichen Einwanderern erliegen, wird ihnen das bessere Leben bei Brot und Wein auch weiterhin hinzugegeben werden. "Mit »Le Havre« übrigens gelang Aki Kaurismäki wohl zugleich die Apotheose und die perfekte Parodie eines Feelgood Movies." Georg Seeßlen, Das Feelgood Movie als moralisches Überlebensmittel, 2012
|
/**********************************************************************************************
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