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 | Schlaflos | |
Originaltitle: | In The Midnight Hour | |
Regie: | Tom Verica | |
Erscheinungsjahr: | 2008 | |
Land: | USA | |
Stichwort: | Epilepsie, Hirnoperation | |
Release: | 00.00.0000 |
Handlung | ||
Episode der Serie "Greys Anatomy: Arthur Soltanoff fällt aus dem Fenster und trägt mehrfache Brüche sowie eine Gehirnerschütterung davon. Das EEG verrät, dass er Epilepsie hat. Derek Owen und Mark entfernen mit einer Hirnoperation das Anfallsareal.
|
Weitere Info | ||
87. Schlaflos (In The Midnight Hour) Staffel 5, Folge 9 (40 Min.) Deutsche Erstausstrahlung: Mi 03.06.2009 ProSieben Original-Erstausstrahlung: Do 20.11.2008 ABC „Das geheime Chirurgentraining der Unterassistenten um Lexie eskaliert und gerät, dank des offensiven Einflusses von Sadie, ausser Kontrolle. Die 13-jährige Tochter eines Schlafwandlers, die ob dem gefährlichen nächtlichen Treiben ihres Vaters keine Ruhe mehr findet, weckt Sloans vernachlässigte Sensibilität. Auch Doktor Hunt zeigt sich Cristina gegenüber von einer neuen Seite. Derweil beweist Denny Izzie, dass er keine Halluzination ist, und Alex erweist sich als sicherer Halt. (Text: SF2)
“Cristina and Meredith come to Lexie's aid after a routine surgery goes wrong, Izzie is distressed over the appearance of Denny, Derek and Mark take a case which reminds them of their childhood as all the doctors admit they need somebody. I'm gonna wait till the midnight hour
|
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