for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Xoosocialnetwork module
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
* which is considered copyrighted (c) material of the original comment or credit authors.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
* @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
* @package Xoosocialnetwork
* @since 2.6.0
* @author Laurent JEN (Aka DuGris)
*/
include_once __DIR__ . '/install.php';
* @return bool
function xoops_module_update_xoosocialnetwork()
{
return xoops_module_install_xoosocialnetwork();
}