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 | Mr. Deeds geht in die Stadt | |
Originaltitle: | Mr. Deeds | |
Regie: | Steven Brill | |
Darsteller: | Adam Sandler, Winona Ryder, John Turturro | |
Erscheinungsjahr: | 2002 | |
Land: | USA | |
Stichwort: | Amblyopia, sehbehindert | |
Release: | 00.00.0000 |
Handlung | ||
Der Milliadär Preston Blake kommt beim Besteigen des Mount Everest um. Sein Vermögen erbt der Provinz-Simpel Longfellow Deeds, ein wahrer Idiot im guten Sinne. Die Blake-Gruppe möchte ihm seine Aktienanteile abkaufen. Bis es soweit ist erkundet Deeds das ihm völlig fremde New York, kommt aber auch hinter die Machenschaften des fälschlich ererbten Unternehmens. Der wahre Besitzer wird alles richten und Deeds für seine aufrechte Intelligenz fürstlich belohnen.
|
Weitere Info | ||
Remake von Mr. Deeds goes to town (Frank Capra) Steve Buscemi as Crazy Eyes, a citizen of Mandrake Falls and one of Deeds customers who suffers from Amblyopia. Deeds wird von Crazy Eyes über die Machenschaften der Blake-Gruppe informiert. Diese werden vom wahren Besitzer des Unternehmens vereitelt, der Deeds für seinen Einsatz ein Vermögen vermacht. Amblyopia, otherwise known as lazy eye,[1] is a disorder of the visual system that is characterized by poor or indistinct vision in an eye that is otherwise physically normal, or out of proportion to associated structural abnormalities. It has been estimated to affect 1–5% of the population.
|
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