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 | Eine himmlische Familie - Choices - Eine Frage der Ehre | |
Originaltitle: | 7th Heaven: Choices | |
Regie: | Harvey Laidman | |
Darsteller: | Stephen Collins, Catherine Hicks, Jessica Biel | |
Erscheinungsjahr: | 1996 | |
Land: | USA | |
Stichwort: | Epilepsie | |
Release: | 00.00.0000 |
Handlung | ||
Mary lernt ihre neue Mitschülerin Camille kennen. Simon und Ruthie finden 50 Dollar und kaufen dafür zwei Frettchen. Erics früherer Assistent Tom Harrison kommt zu Besuch. Annie und Eric entdecken zu ihrem Schrecken, dass er seine Epilepsie verbirgt, weil er sich als Pastor für untragbar hält.
|
Weitere Info | ||
TV serie, Staffel 1, Episode 17 US-Erstausstrahlung: 14.April 1997 deutscne Erstausstrahlung: 13.Juli 1999 Über die Serie: This weekly television series follows the Camden family as the minister father and stay-at-home mother deal with the drama of having seven children, ranging from toddlers to adults with families of their own. The friends, neighbors, and love interests of the various members of the family weigh heavily on the plot of the series, which seeks to address a real-life issue with each episode. Written by quirkesusan@hotmail.com
|
/**********************************************************************************************
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