160
thanks for this release... just some problems
Warning: Call-time pass-by-reference in modules\wsproject\blocks\bigblocks.php on line 164
modules\wsproject\class\core.php on line 349
modules\wsproject\class\core.php on line 375
for the line 164
sortTasksBySubTasks(&$data[$proj_id]);
simply remove the "&"
same remark for the other lines in the core.php
$this->addSubTasks(&$new_array, $value);
$this->addSubTasks(&$array, $value);
that's all !!!
thanks for this usefull module