ok, i was starting to install this when I noticed the last step.
the last step would end up looking like this...
PHP Code:
// #############################################################################
// insert queries and cache rebuilt for template insertion
if ($_POST['do'] == 'inserttemplate')
{
if ($_POST['do'] == 'merge')
{ ...more code here ...
how can "do" be both of those at the same time? Or am I reading it wrong?
I believe it should say "ABOVE" not "BELOW"
D