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 | Scrubs: Superb My Catalyst | |
Originaltitle: | Scrubs: Superb My Catalyst | |
Darsteller: | Zach Braff, Sarah Chalke, Donald Faison | |
Erscheinungsjahr: | 2001 | |
Land: | USA | |
Stichwort: | Epilepsie, Anfälle | |
Release: | 02.10.2001 |
Handlung | ||
Jedermann fiebert der Ankunft Dr. Kevon Casey's entgegen. Der leidet an OCD (obsessive compulsive disorder). J.D. findet es seltsam, dass er damit seinen Arztberuf ausüben kann. Es wird deutlich, dass Dr. Cox schon immer eifersüchtig auf Casey war.
|
Weitere Info | ||
The series depicts life in a big, city hospital(Sacred Heart Hospital), as seen through the eyes of a group of interns fresh out of medical school. J.D., a young attending physician is the main character who develops a close friendship with fellow intern and attending physician Elliot Reid. Dr.Reid is driven by a neurotic desire to prove her abilities to her parents, her peers and herself. J.D.'s best friend is Dr.Christopher Duncan Turk who is a talented surgical attending physician. Dr.Turk eventually marries Carla Espina, the hospital's head nurse. Staffel: 3; Episode: 12; 2/10/2004 I have distinctive uncontrollable very annoying OCD, and it gets worse when my seizures are worse. Touching everything, walking in and out of rooms, stepping on certain parts of the floor... (if you've ever seen that episode of 'scrubs' where one of the doctors is OCD, that's me in a nutshell). The docs don't seem to care of any connection to the epi and say to just deal pretty much. e.e http://www.epilepsyfoundation.org/efforums/forum/messageview.cfm?catid=22&threadid=56950&enterthread=y
|
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