I'm dynamically editing the master style set (styleid -1) and need to rebuild it once I insert into the template table. I'm rebuilding it via:
PHP Code:
build_all_styles();
It works, but it prints in the admin CP the live status of the operation, which destroys my page layout. How do I get rid of the output and have it quietly rebuild the master style set
without modifying adminfunctions_template.php or other core vB files?