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	2000.01.06.05.01.08;	author chuck;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@starting to modernize babel - nothing autogenerated, standard
directory/library names, etc.
@
text
@function make_reply_subject ($subject) {
  $subject = preg_replace("/^\\s*re:\\s*/i", '', $subject);
  $subject = "Re: $subject";
  
  return $subject;
}
@


1.2
log
@The Great ereg->preg change hits the cvs branch. I got a few things in
Babel, the DuctTape stuff, etc as well as horde and imp. Changelogs updated
as well. If you find any errors that seem to be related, let me know, but it
was actually pretty straightforward.
@
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 1
  $subject = eregi_replace("^[[:space:]]*re:[[:space:]]*", '', $subject);
@

