From: <wis...@us...> - 2012-01-02 05:05:00
|
Revision: 8625 http://xoops.svn.sourceforge.net/xoops/?rev=8625&view=rev Author: wishcraft Date: 2012-01-02 05:04:49 +0000 (Mon, 02 Jan 2012) Log Message: ----------- Xortify 3.04 [STABLE] - For XOOPS 2.6.x - Defaulted to Xortify.com - Minor fault bans count on dashboard Modified Paths: -------------- XoopsModules/xortify/branch/2.6/3.04/htdocs/modules/xortify/admin/index.php Modified: XoopsModules/xortify/branch/2.6/3.04/htdocs/modules/xortify/admin/index.php =================================================================== --- XoopsModules/xortify/branch/2.6/3.04/htdocs/modules/xortify/admin/index.php 2011-12-31 13:02:26 UTC (rev 8624) +++ XoopsModules/xortify/branch/2.6/3.04/htdocs/modules/xortify/admin/index.php 2012-01-02 05:04:49 UTC (rev 8625) @@ -400,7 +400,7 @@ } 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. |