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 | A Time to Remember |
Originaltitle: | Hong se lian ren | |
Regie: | Daying Ye | |
Darsteller: | Leslie Cheung, Todd Babcock, Robert Machray | |
Erscheinungsjahr: | 1998 | |
Land: | China | |
Stichwort: | Epilepsie, Anfälle, epileptischer Anfall | |
Release: | 18.11.1998 |
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.
|
Weitere Info | ||
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
|
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