Browse Source

Clear geodist cache on update

spaghetti 8 years ago
parent
commit
7e210a5d51
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      sections/schedule/manually/update_geodist.php

+ 1
- 0
sections/schedule/manually/update_geodist.php View File

@@ -16,4 +16,5 @@ $DB->query("
16 16
   GROUP BY g.Code
17 17
   ORDER BY Users DESC");
18 18
 $DB->query("DROP TABLE user_ips_decrypted");
19
+$Cache->delete_value('geodistribution');
19 20
 ?>

Loading…
Cancel
Save