[geeklog-cvs] geeklog-1.3/public_html usersettings.php,1.103,1.104

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Sep 29 06:36:31 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv7804/public_html

Modified Files:
	usersettings.php 
Log Message:
Introduced new plugin API functions plugin_user_changed_xxx and plugin_group_changed_xxx to inform plugins of user / group changes.


Index: usersettings.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/usersettings.php,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** usersettings.php	28 Sep 2004 08:28:49 -0000	1.103
--- usersettings.php	29 Sep 2004 10:36:29 -0000	1.104
***************
*** 890,893 ****
--- 890,895 ----
          }
  
+         PLG_userInfoChanged ($_USER['uid']);
+ 
          if ($_US_VERBOSE) {
              COM_errorLog('**** Leaving saveuser in usersettings.php ****', 1);
***************
*** 1041,1044 ****
--- 1043,1048 ----
  
      DB_save($_TABLES['usercomment'],'uid,commentmode,commentorder,commentlimit',"'{$_USER['uid']}','{$A['commentmode']}','{$A['commentorder']}','{$A['commentlimit']}'");
+ 
+     PLG_userInfoChanged ($_USER['uid']);
  }
  




More information about the geeklog-cvs mailing list