[ewiki] Merge Notes
- From: Andy Fundinger <andy@xxxxxxxxxxx>
- To: "'ewiki@xxxxxxxxxxxxx'" <ewiki@xxxxxxxxxxxxx>
- Date: Wed, 10 Dec 2003 19:24:41 -0500
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
- Follow-Ups:
- [ewiki] Re: Merge Notes
- From: Mario Salzer
Other related posts:
- » [ewiki] Merge Notes
- » [ewiki] Re: Merge Notes
- » [ewiki] Re: Merge Notes
- » [ewiki] Re: Merge Notes
- [ewiki] Re: Merge Notes
- From: Mario Salzer