The change in the fuction removing $category_id = 0; with.
if($t_or_c=='a') {
$category_id = -1;
} else {
$category_id = 0;
}
Thanks
Robert
I added it to my github account. It took me a little bit to learn git. It works much diff then svn/cvs that I have worked with in the past.
http://github.com/rmiddle/cerb4/commit/a62f740b1688df581d4d0bbf51de8947c3c2f04e
Thanks
Robert
Updated patch using Current Cerb5 repo.