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
   GROUP BY g.Code
16
   GROUP BY g.Code
17
   ORDER BY Users DESC");
17
   ORDER BY Users DESC");
18
 $DB->query("DROP TABLE user_ips_decrypted");
18
 $DB->query("DROP TABLE user_ips_decrypted");
19
+$Cache->delete_value('geodistribution');
19
 ?>
20
 ?>

Loading…
Cancel
Save