From: <wis...@us...> - 2012-01-02 05:05:03
|
Revision: 8626 http://xoops.svn.sourceforge.net/xoops/?rev=8626&view=rev Author: wishcraft Date: 2012-01-02 05:04:52 +0000 (Mon, 02 Jan 2012) Log Message: ----------- Xortify 3.00 [STABLE] - For XOOPS 2.5.x - Extras Tested - Defaulted to Xortify.com - Minor fault bans count on dashboard Modified Paths: -------------- XoopsModules/xortify/releases/3.00/htdocs/modules/xortify/admin/index.php Modified: XoopsModules/xortify/releases/3.00/htdocs/modules/xortify/admin/index.php =================================================================== --- XoopsModules/xortify/releases/3.00/htdocs/modules/xortify/admin/index.php 2012-01-02 05:04:49 UTC (rev 8625) +++ XoopsModules/xortify/releases/3.00/htdocs/modules/xortify/admin/index.php 2012-01-02 05:04:52 UTC (rev 8626) @@ -376,7 +376,7 @@ $indexAdmin->addInfoBoxLine(_XOR_ADMIN_COUNTS, "<label>"._XOR_ADMIN_THEREARE_XORTIFY."</label>", $log_handler->getCountByField('provider','xortify'), 'Green'); if ($bans = XoopsCache::read('xortify_bans_cache')) { - $indexAdmin->addInfoBoxLine(_XOR_ADMIN_COUNTS, "<label>"._XOR_ADMIN_THEREARE_CLOUDEDBANS."</label>", count($bans), 'Green'); + $indexAdmin->addInfoBoxLine(_XOR_ADMIN_COUNTS, "<label>"._XOR_ADMIN_THEREARE_CLOUDEDBANS."</label>", count($bans['data']), 'Green'); } echo $indexAdmin->renderIndex(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |