Esempio n. 1
0
 private static function fixSiteLinkCount(Module_WeChall $module, $dropTable)
 {
     if (false === WC_Site::fixAllLinkCounts()) {
         return GWF_HTML::err('ERR_DATABASE', array(__FILE__, __LINE__));
     }
     return '';
 }