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 | The jacket | |
Originaltitle: | The Jacket | |
Regie: | John Maybury | |
Darsteller: | Adrien Brody, Keira Knightley | |
Erscheinungsjahr: | 2005 | |
Land: | USA | |
Stichwort: | Epilepsie, Anfall, epileptischer Anfall, Gedächtnisstörung, Anstalt, Psychiatrie | |
Release: | 00.00.0000 |
Handlung | ||
1991: Der US-Marine Jack Starks leidet seit einer Schussverletzung an Amnesie. Er wird eines Mordes beschuldigt, aber als geisteskrank in die Psychiatrie eingewiesen und medizinischen Experimenten unterworfen. Die Folge sind epileptische Anfälle (Absencen) und die Fähigkeit zu Zeitreisen. Eine Frau aus der Zukunft rettet ihn.
|
Weitere Info | ||
Das Drehbuch: http://www.imsdb.com/scripts/Jacket,-The.html 115 "Local Boy, Eugene Yazdi, Overcomes Absence Seizure Syndrome to Win Mathematic Decathlon...with the aid of Local Doctor, Dr. Loel Lorenson." "Panelists for National Epilepsy Conference include Dr. Lorenson, Alpine Grove Hospital."
|
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