When strict is on, you must specify the same number of parameters in the
base class as in the derived classes.
Version 4.2
-----------
+Bugs
+* Can't edit a report and set its comment to empty
+* Fix PHP5 Strict mode complaints
+
Translations
* utf traditional chinese (Kuo Chaoyi)
* utf simplified chinese (Kuo Chaoyi)
<?php
-// $Id: decorator.inc.php,v 1.7 2007/03/24 02:33:59 xzilla Exp $
+// $Id: decorator.inc.php,v 1.8 2007/04/05 11:09:38 mr-russ Exp $
// This group of functions and classes provides support for
// resolving values in a lazy manner (ie, as and when required)
$this->esc = $esc;
}
- function value() {
+ function value($fields) {
return $this->v;
}
}