[pLog-svn] r2926 - plog/trunk/class/plugin

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Feb 7 10:30:32 GMT 2006


Author: mark
Date: 2006-02-07 10:30:32 +0000 (Tue, 07 Feb 2006)
New Revision: 2926

Modified:
   plog/trunk/class/plugin/eventlist.properties.php
Log:
Some typo fix.

Modified: plog/trunk/class/plugin/eventlist.properties.php
===================================================================
--- plog/trunk/class/plugin/eventlist.properties.php	2006-02-07 10:24:18 UTC (rev 2925)
+++ plog/trunk/class/plugin/eventlist.properties.php	2006-02-07 10:30:32 UTC (rev 2926)
@@ -162,7 +162,7 @@
 	define( "EVENT_PRE_UPDATE_BLOG_CATEGORY", 114 );
 	define( "EVENT_POST_UPDATE_BLOG_CATEGORY", 115 );
 	define( "EVENT_PRE_DELETE_BLOG_CATEGORY", 116 );
-	define( "EVENT_POST_UPDATE_BLOG_CATEGORY", 117 );
+	define( "EVENT_POST_DELETE_BLOG_CATEGORY", 117 );
 	define( "EVENT_BLOG_CATEGORIES_LOADED", 118 );
 	// global article categories
 	define( "EVENT_PRE_ADD_GLOBAL_CATEGORY", 119 );
@@ -170,7 +170,7 @@
 	define( "EVENT_PRE_UPDATE_GLOBAL_CATEGORY", 121 );
 	define( "EVENT_POST_UPDATE_GLOBAL_CATEGORY", 122 );
 	define( "EVENT_PRE_DELETE_GLOBAL_CATEGORY", 123 );
-	define( "EVENT_POST_UPDATE_GLOBAL_CATEGORY", 124 );
+	define( "EVENT_POST_DELETE_GLOBAL_CATEGORY", 124 );
 	define( "EVENT_GLOBAL_CATEGORIES_LOADED", 125 );	
 	// post-processing of templates
 	define( "EVENT_PROCESS_BLOG_TEMPLATE_OUTPUT", 126 );



More information about the pLog-svn mailing list