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');
}
?>
A Time to Remember
Titel
A Time to Remember
Originaltitel:
Hong se lian ren
Genre:
Romance
Directed:
Daying Ye
Besetzung:
Leslie Cheung, Todd Babcock, Robert Machray
Kommentar:
The film tells of Dr. Robert Payne's adventures in Shanghai 50 years ago. Payne falls in love with beautiful Qiuqiu, the consort of revolutionary hero Jin, who is a communist leader in the Shanghai underground However, he suffers from seizures caused by old head wounds and becomes Payne's patient. Hao Ming is the brutal chief of the Guomintang secret police. In his hunt for Jin, he discovers that Qiuqiu is his long lost daughter. At a lavish father-daughter reunion, Qiuqiu gets her revenge and shots Hao Ming. She's been arrested and admits her guilt. When Jin realizes how much Qiuqiu loves him, he offers to give himself up in exchange for commuting Qiuqiu's death sentence... Written by L.H. Wong (IMDB)
Sallie Baxendale
Epilepsy at the movies: possession to presidential assassination
The Lancet Neurology - Volume 2, Issue 12 (December 2003) - Copyright © 2003 Elsevier
Jahr:
1998
Veröffentlicht:
00.00.0000
Land:
China
Handlung
Der amerikanische Arzt Dr. Robert Payne behandelt den Revolutionär Jin, der im Untergrund lebt und aufgrund eines Kopfschusses epileptische Anfälle bekommt. Payne verliebt sich in dessen Freundin Qiuqui. Diese erschiesst Hao Ming, ihren Vater, den Chef der Geheimpolizei. Jin will sich nun stellen, wenn das Todesurteil gegen Quiqui aufgehoben wird.
Stichwort
Epilepsiespielfilm, Expertenzuordnung, Mit Anfall, Ob Anfall ungeklärt, Nebenrolle
/**********************************************************************************************
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