<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
If I change a line in the PostRecentChanges function, recent changes
start working.<br>
<br>
The change is in the line# 1149 from:<br>
<br>
<tt>&nbsp;&nbsp;&nbsp; $rcelim = preg_quote(preg_replace("/$RCDelimPattern.*$/",'
',$pgtext),'/');<br>
</tt><br>
to:<br>
<br>
<tt>&nbsp;&nbsp;&nbsp; $rcelim = preg_quote(preg_replace("/$RCDelimPattern/",'
',$pgtext),'/');<br>
</tt><br>
Looks like the original line was killing my change before it was added
to the file or something like that. I don't understand how this works
for everyone else?!<br>
<br>
Can anyone comment on what's the purpose of the original line? Is my
change safe? Should it be done differently?<br>
<br>
Thanks.<br>
<br>
Edin<br>
<br>
Edin Hodzic wrote:
<blockquote cite="mid434D6AE6.2020002@vvond.com" type="cite">
  <pre wrap="">Hm, it is the most recent change in Main.RecentChanges, but the first in
Site.AllRecentChanges (since it was removed of course)?!

Sorry, no URL, its a company internal web site.

Edin

Patrick R. Michaud wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">On Tue, Oct 11, 2005 at 10:36:04AM -0700, Edin Hodzic wrote:
 

    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi there,

I have problem with recent changes. Only one change in any of the
*RecentChanges files is stored?!

It is the first change ever made that sticks. Others are dropped.
   

      </pre>
    </blockquote>
    <pre wrap="">Are you sure it's only the first change ever made that sticks, and
not the last one?

Is there a url we could look at?

Pm


 

    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Edin Hodzic
<a class="moz-txt-link-abbreviated" href="mailto:dino.hodzic@vvond.com">dino.hodzic@vvond.com</a>
</pre>
</body>
</html>