[phplib] Bug in template.inc (PHPLIB) ? From: Markus Wagner (e9425758 <email protected>)
Date: 10/23/00

Hallo

$tpl->pparse("out","index");

should be the same as

$tpl->parse("out","index");
$tpl->p("out");

but this is not so.

pparse ignore the use of the keaywords "remove, keep, comment", because
the function finish never appears in pparse.

with parse and p is all ok.

Is this really a bug ? I think there is a small bug in template.inc line
102.

-- 
Markus Wagner
email: e9425758 <email protected>
Hobby: 747 Jumbo-Jet, Pontiac

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>