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 | To what red hell | |
Originaltitle: | To What Red Hell | |
Regie: | Edwin Greenwood | |
Darsteller: | Sybil Thorndike, John F. Hamilton, Bramwell Fletcher | |
Erscheinungsjahr: | 1929 | |
Land: | UK | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle | |
Release: | 00.00.0000 |
Handlung | ||
John Fairfield, ein Zuhälter, der Epilepsie hat, tötet während eines Anfalls eine Prostituierte. Seine Mutter deckt ihn. Ein Freund der Ermordeten wird für die Tat verurteilt. Kurz bevor er hingerichtet wird, stellt sich der wahre Mörder.
|
Weitere Info | ||
Aufgenommen in die Epilepsie-Filmographie von Mayo/Wulff: http://www1.uni-hamburg.de/Medien/berichte/arbeiten/0020_03.html
Remake: dämonisches Ich, Das (L. Huntington, UK, 1946) ...............
http://ftvdb.bfi.org.uk/sift/title/55016?view=synopsis
|
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