<?php
/**
* [PHPFOX_HEADER]
*/
defined('PHPFOX') or exit('NO DICE!');
/**
*
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Phpfox_Module
* @version $Id: phpfox.class.php 1161 2009-10-09 07:42:41Z Raymond_Benc $
*/
class Module_Im
{
public static $aTables = array(
'im',
'im_alert',
'im_text'
);
}
?>