Index: admin-db.php
===================================================================
--- admin-db.php	(revision 4634)
+++ admin-db.php	(working copy)
@@ -142,6 +142,8 @@
 		do_action('add_category', $cat_ID);
 	}
 
+	$cat_ID = apply_filters( "cat_id_filter", $cat_ID );
+
 	return $cat_ID;
 }
 
