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 | Dr. House: Mit anderen Worten | |
Originaltitle: | Dr. House: Unwriten | |
Regie: | Greg Yaitanes | |
Darsteller: | Hugh Laurie, Lisa Edelstein, Robert Sean, Omar Epps, Jesse Spencer | |
Erscheinungsjahr: | 2010 | |
Land: | USA | |
Stichwort: | Epilepsie* | |
Release: | 00.00.0000 |
Handlung | ||
Die bekannte Kinderbuchautorin Alice Tanner, deren Fan Dr. House ist, wird mit Krampfanfällen ins Princeton Plainsboro eingeliefert. Schnell stellt sich heraus, dass sie sich eigentlich das Leben nehmen wollte. House macht sich sogleich daran, herauszufinden, woher Alices Todessehnsucht und ihre ominösen Anfälle kommen. Zudem treffen sich House und Cuddy mit Wilson und Sam zu einem Doppel-Date. (Text: ORF)
|
Weitere Info | ||
Staffel 7, Folge 3, 55 Min. Deutsche Erstausstrahlung: Di 19.04.2011 RTL Original-Erstausstrahlung: Mo 04.10.2010 FOX "When Alice Tanner (Amy Irving), the author of a popular children's book series, 'Jack Cannon the Boy Detective', inexplicably suffers from a seizure during an attempt to take her own life, the Princeton-Plainsboro team faces the challenges of evaluating both her underlying medical conditions, as well as her unstable psychological state." (Wikipedia
Comment: "When Alice Tanner (Amy Irving), the author of a popular children's book series, 'Jack Cannon the Boy Detective', inexplicably suffers from a seizure during an attempt to take her own life, the Princeton-Plainsboro team faces the challenges of evaluating both her underlying medical conditions, as well as her unstable psychological state." (Wikipedia) Stichworte: Genre:
|
/**********************************************************************************************
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