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 | Auf den ersten blick | |
Originaltitle: | At first sight | |
Regie: | Irwin Winkler | |
Darsteller: | Val Kilmer, Mira Sorvino, Kelly McGillis, Steven Weber, Bruce Davison, Nathan Lane, Ken Howard | |
Erscheinungsjahr: | 1998 | |
Land: | USA | |
Stichwort: | blind | |
Release: | 00.00.0000 |
Handlung | ||
Der blinde Masseur Virgil Adamson lernt die geschiedene New Yorker Architektin Amy Benic kennen. Sie überredet ihn zu einer medizinischen Behandlung, nach der Adamson vorrübergehend wieder sehen kann. Sein Vertrauen zu ihr wird auf eine harte Probe gestellt, als er erfährt, dass er wieder erblinden wird.
|
Weitere Info | ||
Based On The Story "To See And Not See" By Oliver Sacks. Rezenssion von The most striking moment in "At First Sight" is when the hero is able to see for the first time since he was 3. "This isn't right," he says, frightened by the rush of images. "There's something wrong. This can't be seeing!" And then, desperately, "Give me something in my hands," so that he can associate a familiar touch with an unfamiliar sight.
|
/**********************************************************************************************
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