Quote:
Originally Posted by kh99
The admincp code does this when it's finished:
Code:
// update the datastore notice cache
require_once(DIR . '/includes/adminfunctions_notice.php');
build_notice_datastore();
// rebuild languages
require_once(DIR . '/includes/adminfunctions_language.php');
build_language();
|
Thanks kh99.
However, I don't use the same variables used in adminfunctions_notice.php
If I remade that file with different names and changed the variables to match my own, do you think it'd work?
Would you mind if I PM'd you my code?