Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zetrider
Created March 16, 2016 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zetrider/ea3c79243bc47fe6c079 to your computer and use it in GitHub Desktop.
Save zetrider/ea3c79243bc47fe6c079 to your computer and use it in GitHub Desktop.
AddEventHandler("pr.recrm", "OnAfterImport", "prOnAfterImport");
function prOnAfterImport()
{
BXClearCache(true, "/s1/pr/");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment