/* Copyright (c) 2011 Synology Inc. All rights reserved. */

MODULE_STATISTICAL_DATA=function(b,c){MODULE_STATISTICAL_DATA.superclass.constructor.call(this,b,c);var a=SYNOBLOG_COLUMN_CENTRAL.instance();a.on("article_update",this.updateModuleContent,this);a.on("comment_update",this.updateModuleContent,this)};Ext.extend(MODULE_STATISTICAL_DATA,SYNOBLOG_MODULE,{updateModuleContent:function(){var a=Ext.get(this.div_id+"_content");if(a!=null){var b=a.getUpdateManager();b.update("modules/statistical_data.php","action=get_module_content")}}});SYNOBLOG.instance().registerModule("statistical_data",0,MODULE_STATISTICAL_DATA);
