- Patch #268621 by smk-ka: removed unused variable.

merge-requests/26/head
Dries Buytaert 2008-06-12 18:46:51 +00:00
parent 8e8c8305aa
commit 038a36b652
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function statistics_help($path, $arg) {
* This is where statistics are gathered on page accesses.
*/
function statistics_exit() {
global $user, $recent_activity;
global $user;
drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH);