Bug#336589: bamboo: Quick and dirty solution

2006-01-02 Thread elijah
Gian Carlo Stagni wrote: > I "solved" the problem splitting the lines with "return" that caused the > warnings in two parts: Thanks for the patch. The new version of PHP now complains loudly when you try to do things which should have been legal (in my opinion), but are actually not implemented a

Bug#336589: bamboo: Quick and dirty solution

2006-01-02 Thread Gian Carlo Stagni
Package: bamboo Version: 1.3-2 Followup-For: Bug #336589 First of all, I don't know PHP. :-) I "solved" the problem splitting the lines with "return" that caused the warnings in two parts: i.e. (Page.php:71) --- $foo = $this->ps->getContentSize($this); return $foo; --- instead of --- return $thi