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 | Clocking off. Maya's story | |
Originaltitle: | Clocking off. Maya's story | |
Regie: | Brian Grant | |
Erscheinungsjahr: | 2003 | |
Land: | UK | |
Stichwort: | Epilepsie, epileptischer Anfall | |
Release: | 00.00.0000 |
Handlung | ||
Nach einem durch Maya verursachten Autounfall hat Kev einen epileptischen Anfall. Danach darf er weder Fahren noch eine Maschine bedienen. Maya fühlt sich schuldig und verstrickt sich in Kev's Depressionen, für den sie zu einer Obsession wird.
|
Weitere Info | ||
Serie 4 (16.3.2003) When Maya accidentally hits Kev with her car, he finds himself suffering from epileptic fits, and is no longer able to drive or operate machinery. Maya, stricken with guilt, finds herself drawn into Kev's downward spiral. https://www.onlinetvrecorder.com "Clocking Off is a patchwork of colourful stories. In each stand-alone episode, one character comes to the fore, while others fade into the background. Their jobs may be mundane but their private lives are filled with incident. Loveless marriages, disappearing husbands, bungled arson attempts, infidelity, gang harassment and plastic surgery all fuel the rumour machines at the factory." http://www.bbc.co.uk/drama/clockingoff/
|
/**********************************************************************************************
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