<?php
/**
* [PHPFOX_HEADER]
*/
defined('PHPFOX') or exit('NO DICE!');
/**
*
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Module_Share
* @version $Id: phpfox.class.php 2792 2011-08-03 17:11:30Z Raymond_Benc $
*/
class Module_Share
{
public static $aTables = array(
'share_bookmark',
'share_connect',
'share_email'
);
}
?>