TRUE, 'query' => t('!percentage of the site has been indexed.', array('!percentage' => $percentage))); } return $ret; } /** * Implementation of hook_update_N(). */ function paging_update_2() { if (db_result(db_query(" SELECT 1 FROM {system} WHERE type = 'module' AND name = 'paging_gsitemap' AND (status = 1 OR schema_version >= 0) "))) { drupal_install_modules(array('paging_xmlsitemap')); } return array(); }