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 | Casualty: High Noon | |
Originaltitle: | Casualty: High Noon | |
Regie: | Frank Smith | |
Darsteller: | Derek Thompson Michael French Ben Turner Suzanne Packer Jane Hazlegrove Matt Bardock | |
Erscheinungsjahr: | 1986 | |
Land: | UK | |
Stichwort: | Epilepsie | |
Release: | 00.00.0000 |
Handlung | ||
Der Student Mark Richards wird nach einem Krampfanfall in der Bibliothek eingeliefert. Baz teilt ihm mit, dass er Epilepsie hat, was Richards verneint, der daraufhin die Klinik auf eigene Verantwortung verlässt. Charlie nimmt ihn im Auto mit und lädt ihn zum gemeinsamen Frühstück ein. Dabei erfährt er, dass Richard fürchtet, als Rechtsanwalt nicht akzeptiert zu werden.
|
Weitere Info | ||
Staffel 1, Folge 6 - High Noon; Oct/11/1986 "Casualty" (BBC) started on 6 September 1986 and is currently in its 25th Series. "Casualty is a weekly television show broadcast on BBC One, and the longest-running emergency medical drama television series in the world.[1] Created by Jeremy Brock and Paul Unwin, it was first broadcast on 6 September 1986,[2] and transmitted in the UK on BBC One. The producer was Geraint Morris. The programme is based around the fictional Holby City Hospital and focuses on the staff and patients of the hospital's Accident and Emergency Department. The show has very few ties to its sister programme Holby City which began as a spin off from Casualty in 1999 and is set in the same hospital, but upstairs. The show's plots and characters occasionally crossover between the two programmes, but this is rare, and each show can be followed without having to watch the other. Casualty is shown weekly, with the exception of a break in the summer when the series ends. This break is usually anything between 3 to 6 weeks."
|
/**********************************************************************************************
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