Index: admin-db.php
===================================================================
--- admin-db.php	(revision 5149)
+++ admin-db.php	(working copy)
@@ -152,6 +152,11 @@
 
 	clean_category_cache($cat_ID);
 
+	if ($update)
+		do_action('edited_category', $cat_ID);
+	else
+		do_action('created_category', $cat_ID);
+	
 	return $cat_ID;
 }
 
