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

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Jun 12 07:21:40 EDT 2007


Author: mark
Date: 2007-06-12 07:21:40 -0400 (Tue, 12 Jun 2007)
New Revision: 5533

Modified:
   plog/trunk/class/plugin/eventlist.properties.php
Log:
Add events for friend related actions.

Modified: plog/trunk/class/plugin/eventlist.properties.php
===================================================================
--- plog/trunk/class/plugin/eventlist.properties.php	2007-06-12 11:19:23 UTC (rev 5532)
+++ plog/trunk/class/plugin/eventlist.properties.php	2007-06-12 11:21:40 UTC (rev 5533)
@@ -196,4 +196,13 @@
 	define( "EVENT_POST_DELETE_FRIEND_GROUP", ++$eventValue );
 	define( "EVENT_FRIEND_GROUP_LOADED", ++$eventValue );
 	define( "EVENT_FRIEND_GROUPS_LOADED", ++$eventValue );
+	// friends
+	define( "EVENT_PRE_ADD_FRIEND", ++$eventValue );
+	define( "EVENT_POST_ADD_FRIEND", ++$eventValue );
+	define( "EVENT_PRE_UPDATE_FRIEND", ++$eventValue );
+	define( "EVENT_POST_UPDATE_FRIEND", ++$eventValue );
+	define( "EVENT_PRE_DELETE_FRIEND", ++$eventValue );
+	define( "EVENT_POST_DELETE_FRIEND", ++$eventValue );
+	define( "EVENT_FRIEND_LOADED", ++$eventValue );
+	define( "EVENT_FRIENDS_LOADED", ++$eventValue );
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list