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 | Between two women | |
Originaltitle: | Between Two Women | |
Regie: | Willis Goldbeck | |
Darsteller: | Van Johnson, Lionel Barrymore, Gloria DeHaven | |
Erscheinungsjahr: | 1945 | |
Land: | USA | |
Stichwort: | Magersucht | |
Release: | 28.03.1945 |
Handlung | ||
Dr. Red Adams, Assistent von Klinikchef Dr. Leonard Gillespie, kann sich zwischen der in ihn verliebten Sozialarbeiterin Ruth Edley und Cynthia Grace, die an einer lebensgefährdenden Blutkrankheit leidet, nicht entscheiden. In der Zwischenzeit behandelt er eine an Esstörungen leidende Nachtclubsängerin. Er verschafft ihr einen Job als Kliniktelefonistin, provoziert damit aber grösste Aufregung, da diese während ihrer Arbeit ständig zusammenbricht. |
Weitere Info | ||
aus der Film-Serie Dr. Kildare The oft-used movie title Between Two Women was resurrected once more for this entry in MGM's "Dr. Kildare" series. Though Kildare is nowhere to be found, Lionel Barrymore is very much in evidence as Dr. Leonard Gillespie, crusty chief surgeon of Blair General Hospital. Gillespie's assistant is Dr. Red Adams (Van Johnson), who spends the early part of the film fending off the romantic advances of social worker Ruth Edley (Marilyn Maxwell)-a carryover subplot from the previous "Kildare" entry Three Men in White. Adams is also romantically involved with ailing socialite Cynthia Grace (Lucille Bremer), who suffers from a life-threatening blood clot. As the story draws to a close, Adams must choose between a lucrative practice in the Big City, or a lower-paying but more professionally rewarding post in a small town. Here's a hint to the outcome: in the next (and last) "Kildare" film, Dark Delusion, Gillespie's assistant is played by James Craig. ~ Hal Erickson, Rovi Read more: http://www.answers.com/topic/between-two-women-film-1#ixzz1monB8F11
|
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