setActive(true); $c->setName($new_cat); if ($new_rank == "") $new_rank = "999"; $c->setRank($new_rank); // This function will only work of the category does not already exist, // so we're ok not checking previously. It also sets the last mod date // and last mod user, so we don't need to set them here. $c->create(); } header("Location: ./");