[ewiki] Merge Notes

I found two items of interest while merging the new CVS code:

1. In ewiki_page(), where did the finished variable go?

   #-- handlers
   $handler_o = "";
   if ($pf_a = @$ewiki_plugins["handler"]) {
      ksort($pf_a);
      foreach ($pf_a as $pf) {
         if ($handler_o = $pf($id, $data, $action)) { break; }
   }  }

   #-- ready
   if ($finished) {
      $o .= $handler_o;
   }

2. On line 2018 or there abouts there is a typo:

to the previos screen and paste it into the textbox by pressing<br

previos => previous

Also, if you want it I have some timing/debugging/logging code I can submit.

Andy

Other related posts: