head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2000.08.28.02.28.22;	author chuck;	state dead;
branches;
next	1.2;

1.2
date	99.08.04.00.56.14;	author chuck;	state Exp;
branches;
next	1.1;

1.1
date	99.07.20.07.36.27;	author jon;	state Exp;
branches;
next	;


desc
@@


1.3
log
@starting to modernize babel - nothing autogenerated, standard
directory/library names, etc.
@
text
@function is_read (&$request_ref, $id) {
  if (isset($request_ref->read_posts[$id]) && $request_ref->read_posts[$id])
    return success();
  return FAILURE;
}
@


1.2
log
@cjh: use session storage for read_posts as well. one more db table gone... :)
@
text
@@


1.1
log
@
jon: alrighty, babel.php3.in is now broken down into seperate
     function files.  they're jusy dying to be combined into
     objects and seperate source files.
@
text
@d2 1
a2 4
  if (!($topic = $request_ref->topic))
    return error("topic undefined");
  
  if (isset($request_ref->read_posts[$topic][$id]) && $request_ref->read_posts[$topic][$id])
@

