From: <tr...@us...> - 2012-12-22 17:25:24
|
Revision: 10483 http://sourceforge.net/p/xoops/svn/10483 Author: trabis Date: 2012-12-22 17:25:22 +0000 (Sat, 22 Dec 2012) Log Message: ----------- Removing publisher notifications update and unneeded profile->getConfigs Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/userinfo.php Removed Paths: ------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/publisher/notification_update.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/userinfo.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/userinfo.php 2012-12-22 17:23:36 UTC (rev 10482) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/profile/userinfo.php 2012-12-22 17:25:22 UTC (rev 10483) @@ -42,7 +42,6 @@ //disable cache $xoops->disableModuleCache(); $xoops->header('profile_userinfo.html'); - $xoops->getConfigs(); $xoops->tpl()->assign('user_ownpage', true); $xoops->tpl()->assign('lang_editprofile', _US_EDITPROFILE); Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/publisher/notification_update.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/publisher/notification_update.php 2012-12-22 17:23:36 UTC (rev 10482) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/publisher/notification_update.php 2012-12-22 17:25:22 UTC (rev 10483) @@ -1,23 +0,0 @@ -<?php -/* - 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 XUUPS Project http://sourceforge.net/projects/xuups/ - * @license http://www.fsf.org/copyleft/gpl.html GNU public license - * @package Publisher - * @since 1.0 - * @author trabis <lus...@gm...> - * @version $Id$ - */ - -include_once dirname(dirname(dirname(__FILE__))) . '/mainfile.php'; -$xoops = Xoops::getInstance(); -include_once $xoops->path('include/notification_update.php'); \ No newline at end of file |