XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
system.php
Go to the documentation of this file.
1 <?php
20 defined('XOOPS_ROOT_PATH') or die('Restricted access');
21 
30 {
31 
32  function eventSystemBlocksSystem_blocksUsershow($args)
33  {
34  $args[0] =& xoops_getModuleHandler('message', 'pm');
35  }
36 
37 }
38 ?>