175
I´m not sure is that what you need, see follow Link - but works fine
Webslave for XoopsForgot something. When u have a errormessage at the administration, u will do at the ..root/modules/wsproject/class/function.php in lines 215/232/259 follow:
addSubTasks(&$new_array, $value); << error
fix it to
addSubTasks($new_array, $value); << fixed
in the 3 lines showing up! U must delete the &